Searched refs:f_increment (Results 1 – 1 of 1) sorted by relevance
284 BOOST_HOF_PLACEHOLDER_TEST_CONSTEXPR auto f_increment = ++boost::hof::_1; in BOOST_HOF_TEST_CASE() local286 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() local795 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()