Searched defs:is_sequence_impl (Results 1 – 12 of 12) sorted by relevance
30 struct is_sequence_impl struct33 struct apply39 struct is_sequence_impl<non_fusion_tag> struct42 struct apply : mpl::false_ {};
22 struct is_sequence_impl<struct_tag> struct25 struct apply31 struct is_sequence_impl<assoc_struct_tag> struct
23 struct is_sequence_impl<std_tuple_tag> struct26 struct apply : mpl::true_ {};
24 struct is_sequence_impl<boost_array_tag> struct27 struct apply : mpl::true_ {};
23 struct is_sequence_impl<boost_tuple_tag> struct26 struct apply : mpl::true_ {};
24 struct is_sequence_impl<std_array_tag> struct27 struct apply : mpl::true_ {};
20 struct is_sequence_impl<po_array_tag> struct23 struct apply
24 struct is_sequence_impl<deque_tag> struct27 struct apply : mpl::true_ {};
24 struct is_sequence_impl<mpl_sequence_tag> struct27 struct apply : mpl::true_ {};
26 struct is_sequence_impl<example::example_sequence_tag> struct29 struct apply : mpl::true_ {};
274 struct is_sequence_impl<proto::tag::proto_flat_view<Tag, Domain> > struct277 struct apply283 struct is_sequence_impl<proto::tag::proto_expr<Tag, Domain> > struct286 struct apply
51 template< typename T > struct is_sequence_impl struct