MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / string_view

Method string_view

lib/nameof/nameof.h:270–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 [[nodiscard]] string str() const { return {begin(), end()}; }
269
270 [[nodiscard]] constexpr operator string_view() const noexcept { return {data(), size()}; }
271
272 [[nodiscard]] constexpr explicit operator const_pointer() const noexcept { return data(); }
273

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected