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

Method operator==

src/toml.hpp:7304–7307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7302
7303 TOML_PURE_INLINE_GETTER
7304 friend bool operator==(const table_iterator& lhs, const table_iterator& rhs) noexcept
7305 {
7306 return lhs.iter_ == rhs.iter_;
7307 }
7308
7309 TOML_PURE_INLINE_GETTER
7310 friend bool operator!=(const table_iterator& lhs, const table_iterator& rhs) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected