MCPcopy 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
79private:
80 char* _data{};

Callers 13

makeBracesFunction · 0.80
mainFunction · 0.80
SendFunction · 0.80
itoaFunction · 0.80
GetSizeFunction · 0.80
makeBracesFunction · 0.80
SendFunction · 0.80
stringMethod · 0.80
stringClass · 0.80
itoaFunction · 0.80
mainFunction · 0.80
main.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected