Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_cast
Function · 0.45
get_milliseconds
Function · 0.45
chrono_formatter
Method · 0.45
hour
Method · 0.45
hour12
Method · 0.45
minute
Method · 0.45
second
Method · 0.45
on_second
Method · 0.45
format
Method · 0.45
float_writer
Method · 0.45
vformat_to_n
Function · 0.45
formatted_size
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected