Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ set_begin
Method
set_begin
Source/external/json.hpp:12668–12671 ·
view source on GitHub ↗
set iterator to a defined beginning
Source
from the content-addressed store, hash-verified
12666
12667
/// set iterator to a defined beginning
12668
void set_begin() noexcept
12669
{
12670
m_it = begin_value;
12671
}
12672
12673
/// set iterator to a defined past the end
12674
void set_end() noexcept
Callers
3
iter_impl
Class · 0.80
begin
Function · 0.80
cbegin
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected