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

Method end

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

required

Source from the content-addressed store, hash-verified

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
55 void append(const char* s, std::size_t size) { str.append(s, size); } // required
56

Callers 1

endMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected