MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / size

Method size

libminifi/include/utils/StringUtils.h:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178 */
179 template<typename CharT>
180 static size_t size(const std::basic_string<CharT>& str) noexcept { return str.size(); }
181
182 template<typename CharT>
183 static size_t size(const CharT* str) noexcept { return std::char_traits<CharT>::length(str); }

Callers 9

endsWithIgnoreCaseMethod · 0.45
startsWithMethod · 0.45
endsWithMethod · 0.45
from_hexMethod · 0.45
to_hexMethod · 0.45
from_base64Method · 0.45
to_base64Method · 0.45
countOccurrencesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected