removes the element at the given position
Declared in <nlohmann/ordered_map.hpp>
<nlohmann/ordered_map.hpp>
iterator erase(iterator pos);
iterator following the removed element
Name
Description
pos [in]
iterator to the element to remove
Created with MrDocs