RESTinio
|
A producer that expects a fragment in the input and produces boolean value if that fragment is found. More...
#include <easy_parser.hpp>
Public Member Functions | |
exact_fragment_producer_t (std::string fragment) | |
expected_t< bool, parse_error_t > | try_parse (source_t &from) |
Private Attributes | |
std::string | m_fragment |
Additional Inherited Members | |
![]() | |
using | result_type |
![]() | |
static constexpr entity_type_t | entity_type |
A producer that expects a fragment in the input and produces boolean value if that fragment is found.
Definition at line 3388 of file easy_parser.hpp.
|
inline |
Definition at line 3394 of file easy_parser.hpp.
|
inline |
Definition at line 3404 of file easy_parser.hpp.
|
private |
Definition at line 3391 of file easy_parser.hpp.