|
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 | |
| Public Types inherited from restinio::easy_parser::impl::producer_tag< bool > | |
| using | result_type |
| Static Public Attributes inherited from restinio::easy_parser::impl::producer_tag< 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 3390 of file easy_parser.hpp.
|
inline |
Definition at line 3396 of file easy_parser.hpp.
|
inlinenodiscard |
Definition at line 3406 of file easy_parser.hpp.
|
private |
Definition at line 3393 of file easy_parser.hpp.