Home
last modified time | relevance | path

Searched refs:move_assigner (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.hpp1992 class move_assigner class in boost::variant
1997 move_assigner(variant& lhs, int rhs_which) BOOST_NOEXCEPT in move_assigner() function in boost::variant::move_assigner
2101 move_assigner& operator= (move_assigner const&);
2105 friend class move_assigner;
2138 move_assigner visitor(*this, rhs.which()); in variant_assign()