Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/programming-with-cpp20
/ size
Method
size
12.19-constevalParmCheck1/main.cpp:77–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
constexpr char* data() { return _data; }
76
constexpr char* data() const { return _data; }
77
constexpr std::size_t size() const { return _length; }
78
79
private:
80
char* _data{};
Callers
13
makeBraces
Function · 0.80
main
Function · 0.80
Send
Function · 0.80
itoa
Function · 0.80
GetSize
Function · 0.80
makeBraces
Function · 0.80
Send
Function · 0.80
string
Method · 0.80
string
Class · 0.80
itoa
Function · 0.80
main
Function · 0.80
main.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected