MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / validateValue

Method validateValue

samples/inheritance.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52 protected:
53 bool validateValue(const std::string &t_val) override
54 {
55 assert(m_validateValueImpl);
56 return m_validateValueImpl(*this, t_val);
57 }
58
59 private:
60 template<typename Param>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected