Home
last modified time | relevance | path

Searched refs:token_producer_t (Results 1 – 2 of 2) sorted by relevance

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dcontent-disposition.hpp46 : public hfp_impl::token_producer_t
54 const auto result = hfp_impl::token_producer_t::try_parse( from ); in try_parse()
88 : public hfp_impl::token_producer_t
96 const auto result = hfp_impl::token_producer_t::try_parse( from ); in try_parse()
H A Dbasics.hpp522 class token_producer_t : public producer_tag< std::string > class
985 token_p() noexcept { return impl::token_producer_t{}; } in token_p()