userver
C++ Async Framework
Toggle main menu visibility
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
bool_parser.hpp
1
#
pragma
once
2
3
#
include
<
userver
/
formats
/
json
/
parser
/
typed_parser
.
hpp
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
formats
::
json
::
parser
{
8
9
class
BoolParser
final
:
public
formats
::
json
::
parser
::
TypedParser
<
bool
> {
10
public
:
11
using
formats
::
json
::
parser
::
TypedParser
<
bool
>::TypedParser;
12
13
protected
:
14
void
Bool(
bool
b)
override
;
15
16
std::string GetPathItem()
const
override
;
17
18
std::string Expected()
const
override
;
19
};
9
class
BoolParser
final
:
public
formats
::
json
::
parser
::
TypedParser
<
bool
> {
…
};
20
21
}
// namespace formats::json::parser
22
23
USERVER_NAMESPACE_END
userver
formats
json
parser
bool_parser.hpp
Generated on Thu Apr 24 2025 12:22:30 for userver by
Doxygen
1.13.2