Home
last modified time | relevance | path

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

/third_party/boost/libs/function/test/
Dfunction_n_test.cpp644 struct MySmallFunctor { struct
645 MySmallFunctor() { ++construction_count; } in MySmallFunctor() argument
646 MySmallFunctor(const MySmallFunctor &) { ++construction_count; } in MySmallFunctor() function
647 ~MySmallFunctor() { ++destruction_count; } in ~MySmallFunctor() argument
665 f = MySmallFunctor(); in test_construct_destroy_count() argument