Home
last modified time | relevance | path

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

/third_party/boost/libs/hana/test/_include/laws/
Dlogical.hpp47 auto false_valued = [](auto x) { in TestLogical() local
84 TestLogical::for_each_such_that(xs, false_valued, in TestLogical()
103 BOOST_HANA_CHECK(false_valued(hana::and_(a, hana::not_(a)))); in TestLogical()