MCPcopy Create free account
hub / github.com/cirquit/trdrop / clone

Method clone

ext/catch.hpp:4442–4442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected