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

Function erase

src/toml.hpp:7987–7990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7985 }
7986
7987 iterator erase(const_iterator pos) noexcept
7988 {
7989 return iterator{ erase(const_map_iterator{ pos }) };
7990 }
7991
7992 iterator erase(const_iterator begin, const_iterator end) noexcept
7993 {

Callers 2

toml.hppFile · 0.85
emplace_hintFunction · 0.85

Calls 1

emptyFunction · 0.85

Tested by

no test coverage detected