Home
last modified time | relevance | path

Searched defs:mutable_fun (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/hof/test/
Dmutable.cpp13 struct mutable_fun struct
16 mutable_fun() noexcept in mutable_fun() function
30 static_assert(noexcept(boost::hof::mutable_(mutable_fun())(3)), "noexcept mutable_"); in BOOST_HOF_TEST_CASE() argument