MCPcopy Create free account
hub / github.com/cinder/Cinder / asConstString

Method asConstString

src/jsoncpp/jsoncpp.cpp:2041–2043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2039
2040#ifdef JSON_USE_CPPTL
2041CppTL::ConstString Value::asConstString() const {
2042 return CppTL::ConstString(asString().c_str());
2043}
2044#endif
2045
2046Value::Int Value::asInt() const {

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected