MCPcopy Create free account
hub / github.com/PDAL/PDAL / remove

Function remove

pdal/util/Algorithm.hpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78*/
79template<typename CONTAINER, typename VALUE>
80void remove(CONTAINER& cont, const VALUE& val)
81{
82 cont.erase(std::remove(cont.begin(), cont.end(), val), cont.end());
83}
84
85
86/**

Callers 15

deleteVlrMethod · 0.85
fillFieldsMethod · 0.85
addVlrMetadataFunction · 0.85
diff_text_filesFunction · 0.85
TESTFunction · 0.85
diff_geojsonFunction · 0.85
segmentTreeMethod · 0.85
SetUpMethod · 0.85
unlinkMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 3

eraseMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 6

TESTFunction · 0.68
diff_geojsonFunction · 0.68
SetUpMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68