MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / text_view

Function text_view

modules/core/core/include/OpenString/text_view.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16 constexpr text_view() noexcept = default;
17 constexpr text_view(const text_view&) noexcept = default;
18 constexpr text_view(text_view&&) noexcept = default;
19 constexpr text_view& operator=(const text_view&) noexcept = default;
20 constexpr text_view& operator=(text_view&&) noexcept = default;

Callers 5

text.hFile · 0.85
text_view.hFile · 0.85
trim_startFunction · 0.85
trim_endFunction · 0.85
trimFunction · 0.85

Calls 3

moveFunction · 0.50
rawMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected