RESTinio
Loading...
Searching...
No Matches
restinio::easy_parser::impl::exact_fragment_producer_t Class Reference

A producer that expects a fragment in the input and produces boolean value if that fragment is found. More...

#include <easy_parser.hpp>

Inheritance diagram for restinio::easy_parser::impl::exact_fragment_producer_t:
restinio::easy_parser::impl::producer_tag< bool >

Public Member Functions

 exact_fragment_producer_t (std::string fragment)
expected_t< bool, parse_error_ttry_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

Detailed Description

A producer that expects a fragment in the input and produces boolean value if that fragment is found.

Since
v.0.6.6

Definition at line 3388 of file easy_parser.hpp.

Constructor & Destructor Documentation

◆ exact_fragment_producer_t()

restinio::easy_parser::impl::exact_fragment_producer_t::exact_fragment_producer_t ( std::string fragment)
inline

Definition at line 3394 of file easy_parser.hpp.

Member Function Documentation

◆ try_parse()

expected_t< bool, parse_error_t > restinio::easy_parser::impl::exact_fragment_producer_t::try_parse ( source_t & from)
inlinenodiscard

Definition at line 3404 of file easy_parser.hpp.

Member Data Documentation

◆ m_fragment

std::string restinio::easy_parser::impl::exact_fragment_producer_t::m_fragment
private

Definition at line 3391 of file easy_parser.hpp.


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