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

Method empty

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

required

Source from the content-addressed store, hash-verified

49 MyString() : str{} {} // required
50 MyString(const char* s, std::size_t l) : str{s, l} {} // required
51 bool empty() const { return str.empty(); } // required
52 auto begin() const { return str.begin(); } // required
53 auto end() const { return str.end(); } // required
54 void append(std::size_t count, char c) { str.append(count, c); } // required

Callers 2

emptyMethod · 0.45
test_aliases.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected