Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ getValue
Method
getValue
samples/inheritance.cpp:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
}
23
24
std::string getValue() const {
25
return m_value;
26
}
27
28
protected:
29
virtual bool validateValue(const std::string &t_val) = 0;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected