Home
last modified time | relevance | path

Searched refs:IIterator (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/container/detail/
H A Diterators.hpp759 template<class IIterator>
762 typedef typename IIterator::value_type it_value_type;
764 typedef typename boost::container::iterator_traits<IIterator>::pointer it_pointer;
765 typedef typename boost::container::iterator_traits<IIterator>::difference_type difference_type;
774 typedef typename IIterator::iterator_category iterator_category;
777 template<class IIterator, bool IsConst>
781 < typename iiterator_types<IIterator>::iterator_category
782 , typename iiterator_types<IIterator>::value_type
783 , typename iiterator_types<IIterator>::difference_type
784 , typename iiterator_types<IIterator>::const_pointer
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dmsvc_has_iterator_workaround.hpp58 template<class IIterator, bool IsConst>
110 template<class IIterator, bool IsConst>
111 struct has_iterator< ::boost::container::container_detail::iterator<IIterator, IsConst> >
115 template<class IIterator, bool IsConst>
116 struct has_iterator< ::boost::container::container_detail::iterator<IIterator, IsConst> const>