Home
last modified time | relevance | path

Searched defs:is_view (Results 1 – 25 of 53) sorted by relevance

123

/third_party/boost/libs/hana/include/boost/hana/experimental/
Dview.hpp66 struct is_view { struct
67 static constexpr bool value = false;
94 struct is_view<sliced_view_t<Sequence, i...>> { struct
95 static constexpr bool value = true;
117 struct is_view<transformed_view_t<Sequence, F>> { struct
118 static constexpr bool value = true;
155 struct is_view<joined_view_t<Sequence1, Sequence2>> { struct
156 static constexpr bool value = true;
176 struct is_view<single_view_t<T>> { struct
177 static constexpr bool value = true;
[all …]
/third_party/boost/boost/hana/experimental/
Dview.hpp66 struct is_view { struct
67 static constexpr bool value = false;
94 struct is_view<sliced_view_t<Sequence, i...>> { struct
95 static constexpr bool value = true;
117 struct is_view<transformed_view_t<Sequence, F>> { struct
118 static constexpr bool value = true;
155 struct is_view<joined_view_t<Sequence1, Sequence2>> { struct
156 static constexpr bool value = true;
176 struct is_view<single_view_t<T>> { struct
177 static constexpr bool value = true;
[all …]
/third_party/boost/boost/fusion/container/set/
Dset.hpp52 typedef mpl::false_ is_view; typedef
94 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/container/deque/detail/cpp03/
Ddeque.hpp81 typedef mpl::false_ is_view; typedef
182 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/sequence/
Dsequence_facade.hpp25 typedef IsView is_view; typedef
/third_party/boost/boost/fusion/support/
Dis_view.hpp66 struct is_view : struct
/third_party/boost/boost/fusion/container/deque/
Ddeque.hpp56 typedef mpl::false_ is_view; typedef
82 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/view/repetitive_view/
Drepetitive_view.hpp32 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/view/iterator_range/
Diterator_range.hpp43 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/container/list/
Dnil.hpp29 typedef mpl::false_ is_view; typedef
Dcons.hpp49 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/view/single_view/
Dsingle_view.hpp42 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/container/vector/detail/cpp03/
Dvector10.hpp51 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/view/transform_view/
Dtransform_view.hpp44 typedef mpl::true_ is_view; typedef
93 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/view/filter_view/
Dfilter_view.hpp43 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/container/set/detail/cpp03/
Dset.hpp61 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/view/reverse_view/
Dreverse_view.hpp40 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/iterator/detail/
Dsegment_sequence.hpp28 typedef typename Sequence::is_view is_view; typedef
/third_party/boost/boost/fusion/view/joint_view/
Djoint_view.hpp49 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/container/map/detail/cpp03/
Dmap.hpp71 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/container/deque/detail/cpp03/preprocessed/
Ddeque10.hpp23 typedef mpl::false_ is_view; typedef
268 typedef mpl::false_ is_view; typedef
/third_party/boost/libs/fusion/test/sequence/
Dtree.hpp38 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/view/nview/
Dnview.hpp96 typedef mpl::true_ is_view; typedef
/third_party/boost/boost/fusion/container/map/
Dmap.hpp55 typedef mpl::false_ is_view; typedef
/third_party/boost/boost/fusion/container/set/detail/cpp03/preprocessed/
Dset10.hpp18 typedef mpl::false_ is_view; typedef

123