Home
last modified time | relevance | path

Searched refs:underlying_uint_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.hpp36 using underlying_uint_t = std::uint_least16_t; typedef
39 constexpr underlying_uint_t maximum = 1000u;
41 constexpr underlying_uint_t zero = 0u;
52 const underlying_uint_t m_value;
56 trusted( underlying_uint_t value ) noexcept : m_value{ value } {} in trusted()
65 underlying_uint_t m_value;
69 untrusted( underlying_uint_t value ) : m_value{ value } in untrusted()
139 using underlying_uint_t = qvalue_details::underlying_uint_t; typedef in restinio::http_field_parsers::qvalue_t
158 underlying_uint_t m_value{};
1168 qvalue_t::underlying_uint_t m_value{0u};
[all …]