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

Method clone

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

Source from the content-addressed store, hash-verified

4453 }
4454 virtual bool takesArg() const { return false; }
4455 virtual IArgFunction<C>* clone() const { return new BoundNullaryMethod( *this ); }
4456 void (C::*member)();
4457 };
4458

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected