MCPcopy 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.hppFile · 0.45
basic_stringMethod · 0.45
basic_stringClass · 0.45
findMethod · 0.45
rfindMethod · 0.45
find_first_ofMethod · 0.45
find_last_ofMethod · 0.45
find_first_not_ofMethod · 0.45
find_last_not_ofMethod · 0.45
compareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected