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

Method clone

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

Source from the content-addressed store, hash-verified

4480 }
4481 virtual bool takesArg() const { return !IsBool<T>::value; }
4482 virtual IArgFunction<C>* clone() const { return new BoundBinaryFunction( *this ); }
4483 void (*function)( C&, T );
4484 };
4485

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected