Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dplaceholders.cpp182 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_not_equal = boost::hof::_1 != boost::hof::_2; in BOOST_HOF_TEST_CASE() local
184 static_assert(std::is_copy_constructible<decltype(f_not_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
186 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_not_equal)>::value, "Not def… in BOOST_HOF_TEST_CASE()
187 PLACEHOLDER_CHECK(f_not_equal(2, 1) == x_not_equal); in BOOST_HOF_TEST_CASE()
405 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_not_equal = boost::hof::_ != boost::hof::_; in BOOST_HOF_TEST_CASE() local
407 static_assert(std::is_copy_constructible<decltype(f_not_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
409 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_not_equal)>::value, "Not def… in BOOST_HOF_TEST_CASE()
410 PLACEHOLDER_CHECK(f_not_equal(2, 1) == x_not_equal); in BOOST_HOF_TEST_CASE()
552 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_not_equal = 2 != boost::hof::_; in BOOST_HOF_TEST_CASE() local
554 static_assert(std::is_copy_constructible<decltype(f_not_equal)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
[all …]