MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / operator-

Function operator-

src/toml.hpp:5926–5930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5924 }
5925
5926 TOML_NODISCARD
5927 friend array_iterator operator-(const array_iterator& lhs, ptrdiff_t rhs) noexcept
5928 {
5929 return array_iterator{ lhs.iter_ - rhs };
5930 }
5931
5932 TOML_PURE_INLINE_GETTER
5933 friend ptrdiff_t operator-(const array_iterator& lhs, const array_iterator& rhs) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected