Searched refs:exclusive_ptr_pair (Results 1 – 1 of 1) sorted by relevance
44 class exclusive_ptr_pair class46 BOOST_MOVABLE_BUT_NOT_COPYABLE(exclusive_ptr_pair)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_pair53 …exclusive_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_pair54 …exclusive_ptr_pair & operator=(BOOST_RV_REF(exclusive_ptr_pair) p) { first = p.first; second = p.s… in operator =()61 exclusive_ptr_pair<First, Pointer>64 return exclusive_ptr_pair<First, Pointer>(f, s); in make_exclusive_ptr_pair()