boost::urls::string_token::see_below

Types

NameDescription
is_token

Metafunction returning true if T is a StringToken

is_token<T, void_t<decltype(std::declval<T&>().prepare( std::declval<std::size_t>())), decltype(std::declval<T&>().result())>>

Metafunction returning true if T is a StringToken

Created with MrDocs