Home
last modified time | relevance | path

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

/third_party/boost/libs/hof/test/
Dindirect.cpp28 struct mutable_function struct
30 mutable_function() : value(0) {} in mutable_function() argument
37 auto mf = mutable_function{}; in BOOST_HOF_TEST_CASE() argument