The type of variant used by the library
template< class... Ts> using variant = variant<Ts...> ;
Declared in file <boost/url/variant.hpp> at line 22