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

Method operator->

src/toml.hpp:7284–7288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7282 }
7283
7284 TOML_PURE_INLINE_GETTER
7285 pointer operator->() const noexcept
7286 {
7287 return get_proxy();
7288 }
7289
7290 TOML_PURE_INLINE_GETTER
7291 explicit operator const map_iterator&() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected