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

Method setValue

tests/catch.hpp:7021–7023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7019 explicit BoundValueRef( T &ref ) : m_ref( ref ) {}
7020
7021 auto setValue( std::string const &arg ) -> ParserResult override {
7022 return convertInto( arg, m_ref );
7023 }
7024 };
7025
7026 template<typename T>

Callers

nothing calls this directly

Calls 1

convertIntoFunction · 0.85

Tested by

no test coverage detected