boost::urls::string_token::is_token
Trait to determine if a type is a string token
Description
This trait returns true
if T
is a valid StringToken
type, and false
otherwise.
Example
static_assert( string_token::is_token<T>::value );
Created with MrDocs