boost::urls::string_token::see_below::is_token
Metafunction returning true if T is a StringToken
Synopsis
Declared in header <boost/url/grammar/string_token.hpp>
template<
class T,
class = void>
struct is_token
: std::false_type;
Metafunction returning true if T is a StringToken
Declared in header <boost/url/grammar/string_token.hpp>
template<
class T,
class = void>
struct is_token
: std::false_type;