<boost/url/grammar/string_token.hpp>
template<class T> using is_token = /* implementation-defined */;
This trait returns true if T is a valid StringToken type, and false otherwise.
true
T
StringToken
false
static_assert( string_token::is_token::value );