Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/_include/laws/
Dorderable.hpp33 struct TestOrderable : TestOrderable<T, laws> { struct
38 struct TestOrderable<T, laws> { struct
40 TestOrderable(Xs xs) { in TestOrderable() argument
95 struct TestOrderable<C, when<Constant<C>::value>> struct
99 TestOrderable(Xs xs) : TestOrderable<C, laws>{xs} { in TestOrderable() argument
100 foreach2(xs, [](auto a, auto b) { in __anond32433270402()
112 struct TestOrderable<P, when<Product<P>::value>> struct
116 TestOrderable(Products products) in TestOrderable() argument
119 foreach2(products, [](auto x, auto y) { in __anond32433270502()
135 struct TestOrderable<S, when<Sequence<S>::value>> struct
[all …]