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

Function const_iterator end

src/toml.hpp:3313–3317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3311 }
3312
3313 TOML_PURE_INLINE_GETTER
3314 const_iterator end() const noexcept
3315 {
3316 return components_.end();
3317 }
3318
3319 TOML_PURE_INLINE_GETTER
3320 const_iterator cbegin() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected