Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ size
Function
size
modules/core/core/include/OpenString/text_view.h:219–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
[[nodiscard]] constexpr u64 size() const noexcept
220
{
221
return this->get_codepoint_index( this->view_.size() );
222
}
223
224
[[nodiscard]] constexpr codeunit_sequence_view raw() const noexcept
225
{
Callers
15
operator==
Method · 0.50
size
Method · 0.50
empty
Method · 0.50
is_valid_index
Method · 0.50
resize
Method · 0.50
add
Method · 0.50
remove_at
Method · 0.50
remove_at_swap
Method · 0.50
find
Method · 0.50
find_last
Method · 0.50
set_range
Method · 0.50
append
Method · 0.50
Calls
1
size
Method · 0.45
Tested by
3
substr
Method · 0.40
find
Method · 0.40
rfind
Method · 0.40