Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
FMT_END_NAMESPACE
Callers
10
~file_print_buffer
Method · 0.70
utf8_to_utf16
Class · 0.70
str
Method · 0.70
to_utf8
Class · 0.70
str
Method · 0.70
size_padding
Class · 0.70
str
Method · 0.70
flush
Method · 0.70
gmock-gtest-all.cc
File · 0.50
operator==
Method · 0.50
Calls
1
size
Method · 0.45
Tested by
1
operator==
Method · 0.40