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

Method data

include/magic_enum/magic_enum.hpp:338–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336 constexpr static_str(string_view) noexcept {}
337
338 constexpr const char_type* data() const noexcept { return chars_; }
339
340 constexpr std::uint16_t size() const noexcept { return 0; }
341

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected