MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / data

Method data

extern/simple_enum/basic_fixed_string.hpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 constexpr operator CharT const *() const noexcept { return str; }
29
30 constexpr CharT const * data() const noexcept { return str; }
31
32 constexpr auto view() const noexcept { return std::basic_string_view{data(), size()}; }
33

Callers 3

operator==Method · 0.45
nameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected