| formatter_test.cpp | 48 class int_wrapper { class in namespace:__anon6992 56 int_wrapper(const int value_) : _value(value_) function in class:__anon6992::int_wrapper 78 operator<<(std::ostream& output, const int_wrapper& wrapper) 171 EQ("3", F("%s") % int_wrapper(3));
|