MCPcopy Create free account
hub / github.com/Neargye/magic_enum / size

Method size

test/test_aliases.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 void append(const char* s, std::size_t size) { str.append(s, size); } // required
56
57 std::size_t size() const { return str.size(); }
58 int compare(const char* s) const { return str.compare(s); }
59
60 private:

Callers 6

mainFunction · 0.45
mainFunction · 0.45
test.cppFile · 0.45
sizeMethod · 0.45
test_aliases.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected