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

Method operator--

src/toml.hpp:7270–7276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7268 }
7269
7270 table_iterator operator--(int) noexcept // post--
7271 {
7272 table_iterator out{ iter_ };
7273 --iter_;
7274 proxy_instantiated_ = false;
7275 return out;
7276 }
7277
7278 TOML_PURE_INLINE_GETTER
7279 reference operator*() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected