MCPcopy Create free account
hub / github.com/acl-dev/acl / size

Method size

lib_acl_cpp/src/stdlib/string.cpp:1144–1147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1142}
1143
1144size_t string::size() const
1145{
1146 return length();
1147}
1148
1149size_t string::capacity() const
1150{

Callers 4

string.cppFile · 0.45
begin_withMethod · 0.45
end_withMethod · 0.45
operator ==Function · 0.45

Calls 1

lengthFunction · 0.50

Tested by

no test coverage detected