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

Function reset

src/toml.hpp:8689–8693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8687 }
8688
8689 TOML_ALWAYS_INLINE
8690 constexpr void reset() noexcept
8691 {
8692 state = {};
8693 }
8694 };
8695
8696 TOML_PURE_GETTER

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected