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

Method clone

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

Source from the content-addressed store, hash-verified

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>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected