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

Method operator-

lesson6-Segmentation/json.hpp:10693–10696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10691 }
10692
10693 friend constexpr difference_type operator-(primitive_iterator_t lhs, primitive_iterator_t rhs) noexcept
10694 {
10695 return lhs.m_it - rhs.m_it;
10696 }
10697
10698 primitive_iterator_t& operator++() noexcept
10699 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected