MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / setValue

Method setValue

extern/Catch2/catch.hpp:9132–9134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9130 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
9131
9132 auto setValue( std::string const &arg ) -> ParserResult override {
9133 return convertInto( arg, m_ref );
9134 }
9135 };
9136
9137 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected