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) | |
RESTINIO_NODISCARD expected_t< bool, parse_error_t > | try_parse (source_t &from) |
Private Attributes | |
std::string | m_fragment |
Additional Inherited Members | |
![]() | |
using | result_type = bool |
![]() | |
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 3387 of file easy_parser.hpp.
|
inline |
Definition at line 3393 of file easy_parser.hpp.
|
inline |
Definition at line 3403 of file easy_parser.hpp.
|
private |
Definition at line 3390 of file easy_parser.hpp.