boost::urls::grammar::see_below::is_charset<T, void_t<decltype(std::declval<bool&>() =
Synopsis
template<class T>
struct is_charset<T, void_t<decltype(std::declval<bool&>() =
std::declval<T const&>().operator()(
std::declval<char>()))>>
: std::true_type;
Created with MrDocs