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::grammar::implementation_defined::squelch_rule_t::empty_value

boost::urls::grammar::implementation_defined::squelch_rule_t::empty_value

Synopsis

Declared in <boost/core/empty_value.hpp>

template<
    class U,
    class... Args>
constexpr
empty_value(
    boost::empty_init_t,
    U&& value,
    Args&&... args);

Created with MrDocs