Home
last modified time | relevance | path

Searched refs:true_valued (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hana/test/_include/laws/
Dlogical.hpp44 auto true_valued = [](auto x) { in TestLogical() local
78 TestLogical::for_each_such_that(xs, true_valued, in TestLogical()
102 BOOST_HANA_CHECK(true_valued(hana::or_(a, hana::not_(a)))); in TestLogical()