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

Function const_iterator cbegin

src/toml.hpp:3319–3323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317 }
3318
3319 TOML_PURE_INLINE_GETTER
3320 const_iterator cbegin() const noexcept
3321 {
3322 return components_.begin();
3323 }
3324
3325 TOML_PURE_INLINE_GETTER
3326 const_iterator cend() const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected