MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / BoundValueRef

Method BoundValueRef

Bcore/src/main/cpp/Dobby/tests/catch.hpp:5713–5714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5711 T &m_ref;
5712
5713 explicit BoundValueRef(T &ref) : m_ref(ref) {
5714 }
5715
5716 auto setValue(std::string const &arg) -> ParserResult override {
5717 return convertInto(arg, m_ref);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected