MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / set_begin

Method set_begin

lesson6-Segmentation/json.hpp:10653–10656  ·  view source on GitHub ↗

set iterator to a defined beginning

Source from the content-addressed store, hash-verified

10651
10652 /// set iterator to a defined beginning
10653 void set_begin() noexcept
10654 {
10655 m_it = begin_value;
10656 }
10657
10658 /// set iterator to a defined past the end
10659 void set_end() noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected