MCPcopy Create free account
hub / github.com/Norbyte/bg3se / LSBaseStringView

Method LSBaseStringView

CoreLib/Base/BaseString.h:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 static constexpr auto npos{static_cast<size_type>(-1)};
24
25 inline constexpr LSBaseStringView() noexcept : data_(), size_(0) {}
26 inline constexpr LSBaseStringView(const LSBaseStringView&) noexcept = default;
27 inline constexpr LSBaseStringView& operator=(const LSBaseStringView&) noexcept = default;
28

Callers

nothing calls this directly

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected