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

Method size

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

Source from the content-addressed store, hash-verified

40 {}
41
42 inline constexpr size_type size() const noexcept
43 {
44 return size_;
45 }
46
47 inline constexpr bool empty() const noexcept
48 {

Callers 2

LSBaseStringViewMethod · 0.45
HashFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected