Home
last modified time | relevance | path

Searched defs:single_view (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/fusion/view/single_view/
Dsingle_view.hpp37 struct single_view : sequence_base<single_view<T> > struct
39 typedef single_view_tag fusion_tag;
40 typedef fusion_sequence_tag tag; // this gets picked up by MPL
41 typedef random_access_traversal_tag category;
42 typedef mpl::true_ is_view;
43 typedef mpl::int_<1> size;
44 typedef T value_type;
47 single_view() in single_view() argument
51 explicit single_view(typename detail::call_param<T>::type in_val) in single_view() function
54 value_type val;
/third_party/boost/boost/fusion/algorithm/transformation/
Dpush_front.hpp24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef
39 typedef typename push_front::single_view single_view; in push_front() typedef
Dpush_back.hpp24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef
39 typedef typename push_back::single_view single_view; in push_back() typedef
Dinsert.hpp36 typedef fusion::single_view<element_type> single_view; typedef
56 typedef typename result_of::single_view single_view; in insert() typedef
/third_party/boost/boost/mpl/
Dsingle_view.hpp26 struct single_view struct
/third_party/boost/libs/mpl/doc/src/refmanual/
Dsingle_view.rst3 single_view title
/third_party/boost/libs/hana/include/boost/hana/experimental/
Dview.hpp170 constexpr single_view_t<typename hana::detail::decay<T>::type> single_view(T&& t) { in single_view() function
/third_party/boost/boost/hana/experimental/
Dview.hpp170 constexpr single_view_t<typename hana::detail::decay<T>::type> single_view(T&& t) { in single_view() function