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

Method MyString

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

Source from the content-addressed store, hash-verified

47 static constexpr auto npos = std::string_view::npos; // required
48
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected