Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dplaceholders.cpp284 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_increment = ++boost::hof::_1; in BOOST_HOF_TEST_CASE() local
286 static_assert(std::is_copy_constructible<decltype(f_increment)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
288 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_increment)>::value, "Not def… in BOOST_HOF_TEST_CASE()
289 f_increment(x_increment); in BOOST_HOF_TEST_CASE()
793 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_increment = ++boost::hof::_; in BOOST_HOF_TEST_CASE() local
795 static_assert(std::is_copy_constructible<decltype(f_increment)>::value, "Not copyable"); in BOOST_HOF_TEST_CASE()
797 …static_assert(boost::hof::detail::is_default_constructible<decltype(f_increment)>::value, "Not def… in BOOST_HOF_TEST_CASE()
798 f_increment(x_increment); in BOOST_HOF_TEST_CASE()