Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dplaceholders.cpp158 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_less_than_equal = boost::hof::_1 <= boost::hof::_2; in BOOST_HOF_TEST_CASE() local
160 static_assert(std::is_copy_constructible<decltype(f_less_than_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
162 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_less_than_equal)>::value, "N… in BOOST_HOF_TEST_CASE()
163 PLACEHOLDER_CHECK(f_less_than_equal(2, 1) == x_less_than_equal); in BOOST_HOF_TEST_CASE()
381 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_less_than_equal = boost::hof::_ <= boost::hof::_; in BOOST_HOF_TEST_CASE() local
383 static_assert(std::is_copy_constructible<decltype(f_less_than_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
385 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_less_than_equal)>::value, "N… in BOOST_HOF_TEST_CASE()
386 PLACEHOLDER_CHECK(f_less_than_equal(2, 1) == x_less_than_equal); in BOOST_HOF_TEST_CASE()
528 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_less_than_equal = 2 <= boost::hof::_; in BOOST_HOF_TEST_CASE() local
530 static_assert(std::is_copy_constructible<decltype(f_less_than_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
[all …]