Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ size
Method
size
uspace/lib/cpp/include/__bits/string/string.hpp:686–689 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
684
*/
685
686
size_type size() const noexcept
687
{
688
return size_;
689
}
690
691
size_type length() const noexcept
692
{
Callers
10
string_io.hpp
File · 0.45
basic_string
Method · 0.45
basic_string
Class · 0.45
find
Method · 0.45
rfind
Method · 0.45
find_first_of
Method · 0.45
find_last_of
Method · 0.45
find_first_not_of
Method · 0.45
find_last_not_of
Method · 0.45
compare
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected