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

Method const_map_iterator

src/toml.hpp:7298–7301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7296 TOML_CONSTRAINED_TEMPLATE(!C, bool C = IsConst)
7297 TOML_PURE_INLINE_GETTER
7298 explicit operator const const_map_iterator() const noexcept
7299 {
7300 return iter_;
7301 }
7302
7303 TOML_PURE_INLINE_GETTER
7304 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