| 4480 | } |
| 4481 | virtual bool takesArg() const { return !IsBool<T>::value; } |
| 4482 | virtual IArgFunction<C>* clone() const { return new BoundBinaryFunction( *this ); } |
| 4483 | void (*function)( C&, T ); |
| 4484 | }; |
| 4485 |
nothing calls this directly
no outgoing calls
no test coverage detected