Home
last modified time | relevance | path

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

/third_party/boost/boost/test/utils/
Dis_forward_iterable.hpp64 struct is_forward_iterable : public mpl::false_ {}; struct
67 struct is_forward_iterable<T const> : public is_forward_iterable<T> {}; struct
70 struct is_forward_iterable<T&> : public is_forward_iterable<T> {}; struct
73 struct is_forward_iterable< T [N] > : public mpl::true_ {}; struct
76 struct is_forward_iterable< std::vector<T, A> > : public mpl::true_ {}; struct
79 struct is_forward_iterable< std::list<T, A> > : public mpl::true_ {}; struct
82 struct is_forward_iterable< std::map<K, V, C, A> > : public mpl::true_ {}; struct
85 struct is_forward_iterable< std::set<K, C, A> > : public mpl::true_ {}; struct
90 struct is_forward_iterable< std::string > : public mpl::true_ {}; struct
179 struct is_forward_iterable { struct
[all …]