Home
last modified time | relevance | path

Searched defs:exclusive_ptr_pair (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/geometry/index/detail/rtree/node/
H A Dpairs.hpp44 class exclusive_ptr_pair class
50 exclusive_ptr_pair(First const& f, Pointer s) : first(f), second(s) {} in exclusive_ptr_pair() function in boost::geometry::index::detail::rtree::exclusive_ptr_pair
53exclusive_ptr_pair(BOOST_RV_REF(exclusive_ptr_pair) p) : first(p.first), second(p.second) { p.seco… in exclusive_ptr_pair() function in boost::geometry::index::detail::rtree::exclusive_ptr_pair