Searched refs:f_not_0 (Results 1 – 1 of 1) sorted by relevance
242 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_not_0 = !boost::hof::_1; in BOOST_HOF_TEST_CASE() local244 static_assert(std::is_copy_constructible<decltype(f_not_0)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()246 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_not_0)>::value, "Not default… in BOOST_HOF_TEST_CASE()247 PLACEHOLDER_CHECK(f_not_0(0) == x_not_0); in BOOST_HOF_TEST_CASE()