Home
last modified time | relevance | path

Searched defs:compute_compatible_component_variant (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/spirit/home/support/
H A Dattributes.hpp325 struct compute_compatible_component_variant struct
341 struct compute_compatible_component_variant<Variant, Expected, mpl::false_ struct
344 typedef typename traits::variant_type<Variant>::type variant_type;
345 typedef typename variant_type::types types;
346 typedef typename mpl::end<types>::type end;
350 iter;
354 >::type distance;
357 typedef typename mpl::not_<is_same<iter, end> >::type type;
358 enum { value = type::value };
363 compatible_type;
[all …]