Searched refs:type2type (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 | 280 struct type2type struct 401 inline type2type<T> *encode_type(T &, boost::false_type*) { return 0; } in encode_type() 404 inline type2type<T, const_> *encode_type(T const &, boost::true_type*) { return 0; } in encode_type() 407 inline type2type<T> *encode_type(T &, boost::mpl::false_*) { return 0; } in encode_type() 410 inline type2type<T, const_> *encode_type(T const &, boost::mpl::true_*) { return 0; } in encode_type() 660 begin(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in begin() 668 begin(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in begin() 670 typedef BOOST_DEDUCED_TYPENAME type2type<T, C>::type type; in begin() 679 begin(auto_any_t col, type2type<T, const_> *, bool *) in begin() 689 begin(auto_any_t col, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in begin() [all …]
|