Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

variant

The type of variant used by the library.

Synopsis

Defined in header <boost/url/variant.hpp>

template<
    class... Ts>
using variant = boost::variant2::variant< Ts... >;

Convenience header <boost/url.hpp>


PrevUpHomeNext