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

Function operator--

src/toml.hpp:5870–5875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5868 }
5869
5870 array_iterator operator--(int) noexcept // post--
5871 {
5872 array_iterator out{ iter_ };
5873 --iter_;
5874 return out;
5875 }
5876
5877 TOML_PURE_INLINE_GETTER
5878 reference operator*() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected