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

Method setFlag

tests/catch.h:4063–4065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4061 convertInto( stringValue, p.*member );
4062 }
4063 virtual void setFlag( C& p ) const {
4064 convertInto( true, p.*member );
4065 }
4066 virtual bool takesArg() const { return !IsBool<M>::value; }
4067 virtual IArgFunction<C>* clone() const { return new BoundDataMember( *this ); }
4068 M C::* member;

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected