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

Function const_iterator begin

src/toml.hpp:3307–3311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305 }
3306
3307 TOML_PURE_INLINE_GETTER
3308 const_iterator begin() const noexcept
3309 {
3310 return components_.begin();
3311 }
3312
3313 TOML_PURE_INLINE_GETTER
3314 const_iterator end() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected