MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / set_begin

Method set_begin

dependencies/json/json.hpp:10723–10726  ·  view source on GitHub ↗

set iterator to a defined beginning

Source from the content-addressed store, hash-verified

10721
10722 /// set iterator to a defined beginning
10723 void set_begin() noexcept
10724 {
10725 m_it = begin_value;
10726 }
10727
10728 /// set iterator to a defined past the end
10729 void set_end() noexcept

Callers 3

iter_implClass · 0.45
beginFunction · 0.45
cbeginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected