boost::urls::string_token::see_below::is_token
Metafunction returning true if T is a StringToken
Synopsis
template<
class T,
class = void>
struct is_token
: std::false_type;
Created with MrDocs
Metafunction returning true if T is a StringToken
template<
class T,
class = void>
struct is_token
: std::false_type;
Created with MrDocs