MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / get

Method get

Libraries/Reflection/ReflectionFoundation.h:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198 public:
199 [[nodiscard]] static constexpr TypeStringView get() { return TypeStringView(value.values, value.size); }
200#else
201 [[nodiscard]] static constexpr TypeStringView get()
202 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected