MCPcopy Create free account
hub / github.com/andreasfertig/programming-with-cpp20 / data

Method data

12.19-constevalParmCheck1/main.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 constexpr char* data() { return _data; }
76 constexpr char* data() const { return _data; }
77 constexpr std::size_t size() const { return _length; }
78

Callers 15

OpenFunction · 0.80
logFunction · 0.80
mainFunction · 0.80
LogFunction · 0.80
OpenFunction · 0.80
SendFunction · 0.80
OpenFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
logFunction · 0.80
SendFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected