MCPcopy Create free account
hub / github.com/fmtlib/fmt / size

Function size

include/fmt/args.h:213–213  ·  view source on GitHub ↗

Returns the number of elements in the store.

Source from the content-addressed store, hash-verified

211
212 /// Returns the number of elements in the store.
213 auto size() const noexcept -> size_t { return data_.size(); }
214};
215
216FMT_END_NAMESPACE

Callers 10

~file_print_bufferMethod · 0.70
utf8_to_utf16Class · 0.70
strMethod · 0.70
to_utf8Class · 0.70
strMethod · 0.70
size_paddingClass · 0.70
strMethod · 0.70
flushMethod · 0.70
gmock-gtest-all.ccFile · 0.50
operator==Method · 0.50

Calls 1

sizeMethod · 0.45

Tested by 1

operator==Method · 0.40