Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/json
/ operator++
Method
operator++
test/test.hpp:705–711 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
703
}
704
705
input_iterator
706
operator++(int) noexcept
707
{
708
auto tmp = *this;
709
++*this;
710
return tmp;
711
}
712
713
pointer
714
operator->() const noexcept
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected