Home
last modified time | relevance | path

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

/third_party/boost/libs/scope_exit/test/
Dnative_this.cpp15 struct this_tester;
16 BOOST_TYPEOF_REGISTER_TYPE(this_tester) // Register before `this_` capture.
18 struct this_tester { struct
40 this_tester().check(); in main() argument
Dnative_this_tpl.cpp16 struct this_tester;
17 BOOST_TYPEOF_REGISTER_TEMPLATE(this_tester, 1) // Before`this_` capture.
20 struct this_tester { struct
42 this_tester<int>().check(); in main() argument