Searched refs:called_functor_int (Results 1 – 1 of 1) sorted by relevance
20 bool called_functor_int; variable27 struct functor_int { int operator() () const { local:: called_functor_int = true; return IN… in operator ()()46 BOOST_TEST(local:: called_functor_int && i01 == INT_MAX); in main()52 local:: called_functor_int = false; in main()64 BOOST_TEST(local:: called_functor_int && i01 == INT_MAX); in main()