Home
last modified time | relevance | path

Searched refs:is_move_iterator (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/
H A Dalgorithm.hpp70 … typename ::boost::move_detail::enable_if< move_detail::is_move_iterator<I> >::type* = 0) in uninitialized_copy_or_move()
109 … typename ::boost::move_detail::enable_if< move_detail::is_move_iterator<I> >::type* = 0) in copy_or_move()
133 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in uninitialized_copy_or_move()
156 ,typename ::boost::move_detail::disable_if< move_detail::is_move_iterator<I> >::type* = 0 in copy_or_move()
H A Diterator.hpp151 struct is_move_iterator struct
157 struct is_move_iterator< ::boost::move_iterator<I> > struct