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

Method append

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

required

Source from the content-addressed store, hash-verified

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
57 std::size_t size() const { return str.size(); }

Callers 5

operator+=Function · 0.80
tagsAsStringMethod · 0.80
convertMethod · 0.80
to_stringMethod · 0.80
enum_flags_nameFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected