MCPcopy Create free account
hub / github.com/catboost/catboost / size

Method size

util/generic/strbase.h:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 constexpr inline size_t size() const noexcept {
132 return Len();
133 }
134
135 constexpr inline bool is_null() const noexcept {
136 return *Ptr() == 0;

Callers 7

operator[]Method · 0.95
compareMethod · 0.45
equalMethod · 0.45
findMethod · 0.45
rfindMethod · 0.45
find_first_ofMethod · 0.45
find_first_not_ofMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected