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

Method doSomething

samples/inheritance.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 std::string doSomething(float f, double d) const override
47 {
48 assert(m_doSomethingImpl);
49 return m_doSomethingImpl(*this, f, d);
50 }
51
52 protected:
53 bool validateValue(const std::string &t_val) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected