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::delim_rule

boost::urls::grammar::delim_rule

Members

Match a character literal

constexpr
implementation-defined
delim_rule(char ch) noexcept;
  » more...

Match a single character from a character set

template<class CharSet>
constexpr
implementation-defined
delim_rule(CharSet const& cs) noexcept;
  » more...