Boost.URL
Report an Issue
  • Boost.URL
  • boost::urls::grammar::see_below::is_charset
Home:

boost::urls::grammar::see_below::is_charset

Synopsis

Declared in header <boost/url/grammar/charset.hpp>

template<class T>
struct is_charset<T, void_t<decltype(std::declval<bool&>() =
                std::declval<T const&>().operator()(
                    std::declval<char>()))>>
    : std::true_type;