Home
last modified time | relevance | path

Searched refs:auto_any_t (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 Dforeach.hpp266 typedef auto_any_base const &auto_any_t; typedef
269 inline BOOST_DEDUCED_TYPENAME boost::mpl::if_<C, T const, T>::type &auto_any_cast(auto_any_t a) in auto_any_cast()
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()
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()
700 end(auto_any_t col, type2type<T, C> *, boost::mpl::true_ *) // rvalue in end()
708 end(auto_any_t col, type2type<T, C> *, boost::mpl::false_ *) // lvalue in end()
719 end(auto_any_t col, type2type<T, const_> *, bool *) in end()
729 end(auto_any_t, type2type<T *, C> *, boost::mpl::true_ *) // null-terminated C-style strings in end() argument
[all …]