MCPcopy Create free account
hub / github.com/FidoProject/Fido / setFlag

Method setFlag

tests/catch.h:4129–4133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4127 function( obj, value );
4128 }
4129 virtual void setFlag( C& obj ) const {
4130 typename RemoveConstRef<T>::type value;
4131 convertInto( true, value );
4132 function( obj, value );
4133 }
4134 virtual bool takesArg() const { return !IsBool<T>::value; }
4135 virtual IArgFunction<C>* clone() const { return new BoundBinaryFunction( *this ); }
4136 void (*function)( C&, T );

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected