Searched refs:const_ (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/ |
| H A D | foreach.hpp | 274 typedef boost::mpl::true_ const_; typedef 404 inline type2type<T, const_> *encode_type(T const &, boost::true_type*) { return 0; } in encode_type() 410 inline type2type<T, const_> *encode_type(T const &, boost::mpl::true_*) { return 0; } in encode_type() 678 inline auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, const_>::type> 679 begin(auto_any_t col, type2type<T, const_> *, bool *) in begin() argument 681 return auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, const_>::type>( in begin() 718 inline auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, const_>::type> 719 end(auto_any_t col, type2type<T, const_> *, bool *) in end() argument 721 return auto_any<BOOST_DEDUCED_TYPENAME foreach_iterator<T, const_>::type>( in end() 797 inline auto_any<BOOST_DEDUCED_TYPENAME foreach_reverse_iterator<T, const_>::type> [all …]
|