/third_party/boost/boost/fusion/support/ |
D | category_of.hpp | 68 struct category_of struct 77 , typename category_of<T>::type> 84 , typename category_of<T>::type> 91 , typename category_of<T>::type> 98 , typename category_of<T>::type> 105 , typename category_of<T>::type> 112 , typename category_of<T>::type> 119 , typename category_of<T>::type>
|
/third_party/boost/boost/iostreams/ |
D | traits.hpp | 223 struct category_of { struct 256 struct category_of< reference_wrapper<T> > struct 257 : category_of<T> 267 inline typename category_of<T>::type get_category(const T&) in get_category() 268 { typedef typename category_of<T>::type category; return category(); } in get_category() 307 typedef typename category_of<T>::type category; 330 typedef typename category_of<T>::type category;
|
D | tee.hpp | 54 BOOST_DEDUCED_TYPENAME iostreams::category_of<Device>::type, output 118 iostreams::category_of<Device>::type, 134 BOOST_DEDUCED_TYPENAME iostreams::category_of<Sink>::type, 153 BOOST_DEDUCED_TYPENAME iostreams::category_of<Device>::type, input in read() 169 BOOST_DEDUCED_TYPENAME iostreams::category_of<Device>::type, output in write()
|
D | close.hpp | 129 typedef typename category_of<T>::type category; 203 typedef typename category_of<T>::type category; in close() 216 typedef typename category_of<T>::type category; in close() 225 typedef typename category_of<T>::type category; in close()
|
D | combine.hpp | 49 typedef typename category_of<Source>::type in_category; 50 typedef typename category_of<Sink>::type out_category; 89 typedef typename category_of<InputFilter>::type in_category; 90 typedef typename category_of<OutputFilter>::type out_category;
|
D | stream_buffer.hpp | 38 BOOST_DEDUCED_TYPENAME category_of<T>::type, 70 BOOST_DEDUCED_TYPENAME iostreams::category_of<T>::type, Mode
|
D | traits_fwd.hpp | 70 struct category_of;
|
/third_party/boost/boost/fusion/view/transform_view/ |
D | transform_view.hpp | 46 typedef typename traits::category_of<Sequence1>::type category1; 47 typedef typename traits::category_of<Sequence2>::type category2; 95 typedef typename traits::category_of<Sequence>::type category;
|
D | transform_view_iterator.hpp | 35 typedef typename traits::category_of<first_type>::type category; 61 typedef typename traits::category_of<first1_type>::type category;
|
/third_party/boost/boost/fusion/view/reverse_view/ |
D | reverse_view.hpp | 43 typedef typename traits::category_of<Sequence>::type category; 51 , typename traits::category_of<first_type>::type>::value));
|
D | reverse_view_iterator.hpp | 38 typedef typename traits::category_of<first_type>::type category;
|
/third_party/boost/boost/fusion/view/zip_view/detail/ |
D | distance_impl.hpp | 34 …typename SearchIt::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > f… 52 …typename It1::iterators, is_same<traits::category_of<mpl::_>, random_access_iterator_tag> > finder;
|
/third_party/boost/libs/fusion/doc/ |
D | support.qbk | 174 [section category_of] 187 struct category_of 202 typedef traits::category_of<T>::type category; 239 #include <boost/fusion/support/category_of.hpp> 240 #include <boost/fusion/include/category_of.hpp> 245 typedef traits::category_of<__list__<> >::type list_category; 246 typedef traits::category_of<__vector__<> >::type vector_category;
|
/third_party/boost/boost/iostreams/detail/adapter/ |
D | concept_adapter.hpp | 63 typedef typename category_of<T>::type category; 134 typedef typename category_of<Device>::type category; in seek() 206 typedef typename category_of<Filter>::type category; in seek() 223 typedef typename category_of<Filter>::type category; in seek()
|
/third_party/boost/boost/fusion/algorithm/query/ |
D | any.hpp | 32 return detail::any(seq, f, typename traits::category_of<Sequence>::type()); in any()
|
D | all.hpp | 31 return detail::all(seq, f, typename traits::category_of<Sequence>::type()); in all()
|
D | count_if.hpp | 38 seq, f, typename traits::category_of<Sequence>::type()); in count_if()
|
/third_party/boost/boost/fusion/container/map/detail/cpp03/ |
D | convert_impl.hpp | 37 , typename traits::category_of<Sequence>::type>::value
|
D | convert.hpp | 29 , typename traits::category_of<Sequence>::type>::value
|
/third_party/boost/boost/iostreams/detail/ |
D | dispatch.hpp | 27 BOOST_DEDUCED_TYPENAME category_of<T>::type >
|
/third_party/boost/boost/fusion/view/iterator_range/ |
D | iterator_range.hpp | 45 typedef typename traits::category_of<begin_type>::type category;
|
/third_party/boost/boost/fusion/view/detail/ |
D | strictest_traversal.hpp | 54 typedef typename traits::category_of<next_value>::type tag2;
|
/third_party/boost/boost/fusion/iterator/mpl/ |
D | fusion_iterator.hpp | 48 typedef typename fusion::traits::category_of<Iterator>::type fusion_category;
|
/third_party/boost/boost/fusion/container/map/ |
D | convert.hpp | 65 , typename traits::category_of<Sequence>::type>::value
|
/third_party/boost/boost/fusion/iterator/ |
D | iterator_adapter.hpp | 25 typename Category = typename traits::category_of<Iterator_>::type>
|