Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/_include/laws/
Dlogical.hpp21 struct TestLogical : TestLogical<L, laws> { struct
26 struct TestLogical<L, laws> { struct
28 static void for_each_such_that(Xs xs, Pred pred, F f) { in for_each_such_that()
38 TestLogical(Xs xs) { in TestLogical() function
110 struct TestLogical<C, when<Constant<C>::value>> struct
114 TestLogical(Xs xs) : TestLogical<C, laws>{xs} { in TestLogical() argument
115 foreach2(xs, [](auto x, auto y) { in __anonc8a356550902()