Searched refs:f_bit_and (Results 1 – 1 of 1) sorted by relevance
190 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_bit_and = boost::hof::_1 & boost::hof::_2; in BOOST_HOF_TEST_CASE() local192 static_assert(std::is_copy_constructible<decltype(f_bit_and)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()194 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_bit_and)>::value, "Not defau… in BOOST_HOF_TEST_CASE()195 PLACEHOLDER_CHECK(f_bit_and(2, 1) == x_bit_and); in BOOST_HOF_TEST_CASE()413 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_bit_and = boost::hof::_ & boost::hof::_; in BOOST_HOF_TEST_CASE() local415 static_assert(std::is_copy_constructible<decltype(f_bit_and)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()417 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_bit_and)>::value, "Not defau… in BOOST_HOF_TEST_CASE()418 PLACEHOLDER_CHECK(f_bit_and(2, 1) == x_bit_and); in BOOST_HOF_TEST_CASE()560 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_bit_and = 2 & boost::hof::_; in BOOST_HOF_TEST_CASE() local562 static_assert(std::is_copy_constructible<decltype(f_bit_and)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()[all …]