Home
last modified time | relevance | path

Searched refs:is_reference_content_t (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dinitializer.hpp86 is_reference_content_t; typedef in boost::detail::variant::make_initializer_node::apply::initializer_node
88 … typedef typename boost::mpl::if_<is_reference_content_t, public_T, const public_T& >::type
93 …typedef typename boost::mpl::if_<is_reference_content_t, disable_overload<public_T>, public_T&& >:…
119 BOOST_ASSERT(!is_reference_content_t::value); in initialize()
121 …typedef typename boost::mpl::if_<is_reference_content_t, param2_T, recursive_enabled_T>::type valu… in initialize()