MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / operator--

Method operator--

lesson6-Segmentation/json.hpp:10717–10722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10715 }
10716
10717 primitive_iterator_t const operator--(int) noexcept
10718 {
10719 auto result = *this;
10720 --m_it;
10721 return result;
10722 }
10723
10724 primitive_iterator_t& operator+=(difference_type n) noexcept
10725 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected