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

boost::urls::grammar::lut_chars::lut_chars

Synopsis

Declared in <boost/url/grammar/lut_chars.hpp>

template<
    class Pred,
    class = void>
constexpr
lut_chars(Pred const& pred) noexcept;

Created with MrDocs