Joedb
10.4.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
is_identifier.h
Go to the documentation of this file.
1
/////////////////////////////////////////////////////////////////////////////
2
//
3
// is_identifier.h
4
//
5
// Rémi Coulom
6
//
7
// March, 2015
8
//
9
/////////////////////////////////////////////////////////////////////////////
10
#ifndef is_identifier_declared
11
#define is_identifier_declared
12
13
#include <string_view>
14
15
namespace
joedb
16
{
17
bool
is_identifier
(std::string_view s);
18
}
19
20
#endif
joedb::is_identifier
bool is_identifier(const std::string_view s)
Definition
is_identifier.cpp:16
joedb
Definition
Server.cpp:10
Generated by
1.9.8