| 4428 | } |
| 4429 | virtual bool takesArg() const { return !IsBool<M>::value; } |
| 4430 | virtual IArgFunction<C>* clone() const { return new BoundDataMember( *this ); } |
| 4431 | M C::* member; |
| 4432 | }; |
| 4433 | template<typename C, typename M> |
nothing calls this directly
no outgoing calls
no test coverage detected