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

Method set_end

lesson6-Segmentation/json.hpp:10659–10662  ·  view source on GitHub ↗

set iterator to a defined past the end

Source from the content-addressed store, hash-verified

10657
10658 /// set iterator to a defined past the end
10659 void set_end() noexcept
10660 {
10661 m_it = end_value;
10662 }
10663
10664 /// return whether the iterator can be dereferenced
10665 constexpr bool is_begin() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected