Home
last modified time | relevance | path

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

/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dbasics.hpp1542 struct not_found_t {}; struct
1567 inline expected_t< string_view_t, not_found_t >
1579 return make_unexpected( not_found_t{} ); in find_first()
1737 inline expected_t< restinio::optional_t<string_view_t>, not_found_t >
1755 return make_unexpected( not_found_t{} ); in find_first()