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
    • Help Card
  • boost::urls::ignore_case

boost::urls::ignore_case

Ignore case when comparing

Synopsis

Declared in <boost/url/ignore_case.hpp>

inline constexpr /* implementation-defined */::ignore_case_t ignore_case = {};

Description

This value may be optionally passed to functions accepting a parameter of type ignore_case_param to indicate that comparisons should be case‐insensitive.

Created with MrDocs