Searched defs:move_op (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/move/algo/detail/ |
D | basic_op.hpp | 35 struct move_op struct 38 BOOST_MOVE_FORCEINLINE void operator()(SourceIt source, DestinationIt dest) in operator ()() 42 …INLINE DestinationIt operator()(forward_t, SourceIt first, SourceIt last, DestinationIt dest_begin) in operator ()() 46 …INLINE DestinationIt operator()(backward_t, SourceIt first, SourceIt last, DestinationIt dest_last) in operator ()() 50 …INLINE void operator()(three_way_t, SourceIt srcit, DestinationIt1 dest1it, DestinationIt2 dest2it) in operator ()() 57 …e_way_forward_t, SourceIt srcit, SourceIt srcitend, DestinationIt1 dest1it, DestinationIt2 dest2it) in operator ()() 67 …four_way_t, SourceIt srcit, DestinationIt1 dest1it, DestinationIt2 dest2it, DestinationIt3 dest3it) in operator ()()
|
/third_party/boost/libs/container/test/ |
D | check_equal_containers.hpp | 134 struct move_op struct 137 typename boost::move_detail::add_rvalue_reference<T>::type operator()(T &t) in operator ()()
|