MCPcopy Create free account
hub / github.com/dblalock/bolt / BoundArgFunction

Method BoundArgFunction

cpp/quantize/catch.hpp:3409–3409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3407 class BoundArgFunction {
3408 public:
3409 BoundArgFunction() : functionObj( NULL ) {}
3410 BoundArgFunction( IArgFunction<ConfigT>* _functionObj ) : functionObj( _functionObj ) {}
3411 BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : NULL ) {}
3412 BoundArgFunction& operator = ( BoundArgFunction const& other ) {

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected