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

Function const_iterator cend

src/toml.hpp:3325–3329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3323 }
3324
3325 TOML_PURE_INLINE_GETTER
3326 const_iterator cend() const noexcept
3327 {
3328 return components_.end();
3329 }
3330
3331 TOML_EXPORTED_MEMBER_FUNCTION
3332 void clear() noexcept;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected