Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dplaceholders.cpp126 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_shift_right = boost::hof::_1 >> boost::hof::_2; in BOOST_HOF_TEST_CASE() local
128 static_assert(std::is_copy_constructible<decltype(f_shift_right)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
130 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_shift_right)>::value, "Not d… in BOOST_HOF_TEST_CASE()
131 PLACEHOLDER_CHECK(f_shift_right(2, 1) == x_shift_right); in BOOST_HOF_TEST_CASE()
349 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_shift_right = boost::hof::_ >> boost::hof::_; in BOOST_HOF_TEST_CASE() local
351 static_assert(std::is_copy_constructible<decltype(f_shift_right)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
353 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_shift_right)>::value, "Not d… in BOOST_HOF_TEST_CASE()
354 PLACEHOLDER_CHECK(f_shift_right(2, 1) == x_shift_right); in BOOST_HOF_TEST_CASE()
496 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_shift_right = 2 >> boost::hof::_; in BOOST_HOF_TEST_CASE() local
498 static_assert(std::is_copy_constructible<decltype(f_shift_right)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
[all …]