Searched refs:callable_multiple_arg (Results 1 – 1 of 1) sorted by relevance
111 struct callable_multiple_arg struct136 bool callable_multiple_arg::called_two=false; argument137 bool callable_multiple_arg::called_three=false;138 int callable_multiple_arg::called_two_arg1;139 double callable_multiple_arg::called_two_arg2;140 std::string callable_multiple_arg::called_three_arg1;141 std::vector<int> callable_multiple_arg::called_three_arg2;142 int callable_multiple_arg::called_three_arg3;152 callable_multiple_arg func; in BOOST_AUTO_TEST_CASE()158 BOOST_CHECK(callable_multiple_arg::called_three); in BOOST_AUTO_TEST_CASE()[all …]