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

Method BoundArgFunction

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

Source from the content-addressed store, hash-verified

4391 class BoundArgFunction {
4392 public:
4393 BoundArgFunction() : functionObj( CLARA_NULL ) {}
4394 BoundArgFunction( IArgFunction<ConfigT>* _functionObj ) : functionObj( _functionObj ) {}
4395 BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : CLARA_NULL ) {}
4396 BoundArgFunction& operator = ( BoundArgFunction const& other ) {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected