boost::urls::grammar::implementation_defined::squelch_rule_t::empty_value
Synopses
Declared in <boost/core/empty_value.hpp>
empty_value() = default;
constexpr
empty_value(boost::empty_init_t);
template<
class U,
class... Args>
constexpr
empty_value(
boost::empty_init_t,
U&& value,
Args&&... args);
Created with MrDocs