Home
last modified time | relevance | path

Searched refs:convert_construct_variant (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/
H A Dvariant.hpp1664 void convert_construct_variant(Variant& operand) in convert_construct_variant() function in boost::variant
1692 … boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct_variant(Variant&… in convert_construct_variant() function in boost::variant
1728 convert_construct_variant(operand); in convert_construct()
1740 convert_construct_variant(operand); in convert_construct()
1753 convert_construct_variant( detail::variant::move(operand) ); in convert_construct()