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

Method set

tests/catch.h:4060–4062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4058 struct BoundDataMember : IArgFunction<C>{
4059 BoundDataMember( M C::* _member ) : member( _member ) {}
4060 virtual void set( C& p, std::string const& stringValue ) const {
4061 convertInto( stringValue, p.*member );
4062 }
4063 virtual void setFlag( C& p ) const {
4064 convertInto( true, p.*member );
4065 }

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected