Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ increment
Method
increment
include/boost/histogram/iterator.hpp:62–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
void increment() noexcept { ++idx_; }
63
void decrement() noexcept { --idx_; }
64
65
void advance(int n) noexcept { idx_ += n; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected