Searched defs:compute_compatible_component_variant (Results 1 – 1 of 1) sorted by relevance
325 struct compute_compatible_component_variant struct341 struct compute_compatible_component_variant<Variant, Expected, mpl::false_ struct344 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 …]