OpenTREP Logo  0.07.18
C++ Open Travel Request Parsing Library
Loading...
Searching...
No Matches
OPENTREP::short_bool_policies Struct Reference

#include <opentrep/basic/BasParserTypes.hpp>

+ Inheritance diagram for OPENTREP::short_bool_policies:

Static Public Member Functions

template<typename Iterator, typename Attribute>
static bool parse_true (Iterator &first, Iterator const &last, Attribute &attr)
 
template<typename Iterator, typename Attribute>
static bool parse_false (Iterator &first, Iterator const &last, Attribute &attr)
 

Detailed Description

Boolean parser

Definition at line 71 of file BasParserTypes.hpp.

Member Function Documentation

◆ parse_true()

template<typename Iterator, typename Attribute>
static bool OPENTREP::short_bool_policies::parse_true ( Iterator & first,
Iterator const & last,
Attribute & attr )
inlinestatic

Definition at line 73 of file BasParserTypes.hpp.

◆ parse_false()

template<typename Iterator, typename Attribute>
static bool OPENTREP::short_bool_policies::parse_false ( Iterator & first,
Iterator const & last,
Attribute & attr )
inlinestatic

Definition at line 86 of file BasParserTypes.hpp.


The documentation for this struct was generated from the following file: