Searched refs:f_equal (Results 1 – 1 of 1) sorted by relevance
174 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_equal = boost::hof::_1 == boost::hof::_2; in BOOST_HOF_TEST_CASE() local176 static_assert(std::is_copy_constructible<decltype(f_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()178 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_equal)>::value, "Not default… in BOOST_HOF_TEST_CASE()179 PLACEHOLDER_CHECK(f_equal(2, 1) == x_equal); in BOOST_HOF_TEST_CASE()397 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_equal = boost::hof::_ == boost::hof::_; in BOOST_HOF_TEST_CASE() local399 static_assert(std::is_copy_constructible<decltype(f_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()401 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_equal)>::value, "Not default… in BOOST_HOF_TEST_CASE()402 PLACEHOLDER_CHECK(f_equal(2, 1) == x_equal); in BOOST_HOF_TEST_CASE()544 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_equal = 2 == boost::hof::_; in BOOST_HOF_TEST_CASE() local546 static_assert(std::is_copy_constructible<decltype(f_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()[all …]