| 4440 | } |
| 4441 | virtual bool takesArg() const { return !IsBool<M>::value; } |
| 4442 | virtual IArgFunction<C>* clone() const { return new BoundUnaryMethod( *this ); } |
| 4443 | void (C::*member)( M ); |
| 4444 | }; |
| 4445 | template<typename C> |
nothing calls this directly
no outgoing calls
no test coverage detected