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

Method operator*

src/toml.hpp:7278–7282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7276 }
7277
7278 TOML_PURE_INLINE_GETTER
7279 reference operator*() const noexcept
7280 {
7281 return *get_proxy();
7282 }
7283
7284 TOML_PURE_INLINE_GETTER
7285 pointer operator->() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected