Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dplaceholders.cpp293 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_decrement = --boost::hof::_1; in BOOST_HOF_TEST_CASE() local
295 static_assert(std::is_copy_constructible<decltype(f_decrement)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
297 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_decrement)>::value, "Not def… in BOOST_HOF_TEST_CASE()
298 f_decrement(x_decrement); in BOOST_HOF_TEST_CASE()
802 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_decrement = --boost::hof::_; in BOOST_HOF_TEST_CASE() local
804 static_assert(std::is_copy_constructible<decltype(f_decrement)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
806 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_decrement)>::value, "Not def… in BOOST_HOF_TEST_CASE()
807 f_decrement(x_decrement); in BOOST_HOF_TEST_CASE()