Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ c_str
Method
c_str
include/chaiscript/utility/static_string.hpp:27–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
constexpr const char *c_str() const {
28
return data;
29
}
30
31
const size_t m_size;
32
const char *data = nullptr;
Callers
15
parse_num
Function · 0.45
load_file
Method · 0.45
ChaiScript_Basic
Method · 0.45
Symbol_
Method · 0.45
Id
Method · 0.45
Keyword_
Method · 0.45
is_operator
Method · 0.45
Prefix
Method · 0.45
Operator_Helper
Method · 0.45
Equation
Method · 0.45
to_operator
Method · 0.45
DLModule
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected