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_param::operator bool

boost::urls::ignore_case_param::operator bool

True if an algorithm should ignore case

Synopsis

Declared in <boost/url/ignore_case.hpp>

operator bool() const noexcept;

Description

Values of type ignore_case_param evaluate to true when constructed with the constant ignore_case. Otherwise, they are default‐constructed and evaluate to false.

Return Value

true if case should be ignored

Created with MrDocs