Boost.URL

    • Quick Look
    • URLs
      • Parsing
      • Containers
      • Segments
      • Params
      • Normalization
      • String Token
      • Percent Encoding
      • Formatting
    • Customization
      • Parse Rules
      • Character Sets
      • Compound Rules
      • Ranges
      • RFC 3986
    • Examples
      • QR Code
      • Finicky
      • mailto URLs
      • Magnet Link
      • File Router
      • Router
      • Sanitizing URLs
    • Reference
      • Concepts
        • CharSet
        • Rule
        • StringToken
      • Help Card
  • boost::urls::grammar::see_below::is_rule

boost::urls::grammar::see_below::is_rule

Synopsis

Declared in <include/boost/url/grammar/type_traits.hpp>

template<
    class T,
    class = void>
struct is_rule
    : std::false_type;

Created with MrDocs