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

Function end

src/toml.hpp:3301–3305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3299 }
3300
3301 TOML_PURE_INLINE_GETTER
3302 iterator end() noexcept
3303 {
3304 return components_.end();
3305 }
3306
3307 TOML_PURE_INLINE_GETTER
3308 const_iterator begin() const noexcept

Callers 7

insertFunction · 0.85
replaceFunction · 0.85
lower_boundFunction · 0.85
findFunction · 0.85
insert_or_assignFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected