Home
last modified time | relevance | path

Searched defs:is_container (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/spirit/home/support/
H A Dcontainer.hpp44 struct is_container struct
53 struct is_container<T&> struct
58 struct is_container<boost::optional<T> > struct
64 struct is_container<boost::variant<T> > struct
69 struct is_container<boost::variant<T0, T1, TN...> > struct
81 struct is_container<boost::detail::variant::void_> struct
86 struct is_container<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dassign_to.hpp323 typedef typename traits::is_container<T>::type is_container; in call() typedef