Searched defs:single_view (Results 1 – 8 of 8) sorted by relevance
37 struct single_view : sequence_base<single_view<T> > struct39 typedef single_view_tag fusion_tag;40 typedef fusion_sequence_tag tag; // this gets picked up by MPL41 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() argument51 explicit single_view(typename detail::call_param<T>::type in_val) in single_view() function54 value_type val;
24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef39 typedef typename push_front::single_view single_view; in push_front() typedef
24 typedef fusion::single_view<typename detail::as_fusion_element<T>::type> single_view; typedef39 typedef typename push_back::single_view single_view; in push_back() typedef
36 typedef fusion::single_view<element_type> single_view; typedef56 typedef typename result_of::single_view single_view; in insert() typedef
26 struct single_view struct
3 single_view title
170 constexpr single_view_t<typename hana::detail::decay<T>::type> single_view(T&& t) { in single_view() function