MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / count

Method count

extlibs/fmt/include/fmt/format.h:383–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381 counting_iterator() : count_(0) {}
382
383 std::size_t count() const { return count_; }
384
385 counting_iterator& operator++() {
386 ++count_;

Callers 14

safe_duration_castFunction · 0.45
get_millisecondsFunction · 0.45
chrono_formatterMethod · 0.45
hourMethod · 0.45
hour12Method · 0.45
minuteMethod · 0.45
secondMethod · 0.45
on_secondMethod · 0.45
formatMethod · 0.45
float_writerMethod · 0.45
vformat_to_nFunction · 0.45
formatted_sizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected