Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
79
template<typename CONTAINER, typename VALUE>
80
void 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
deleteVlr
Method · 0.85
fillFields
Method · 0.85
addVlrMetadata
Function · 0.85
diff_text_files
Function · 0.85
TEST
Function · 0.85
diff_geojson
Function · 0.85
segmentTree
Method · 0.85
SetUp
Method · 0.85
unlink
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
writerTest_testColorRanges
Function · 0.85
Calls
3
erase
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
6
TEST
Function · 0.68
diff_geojson
Function · 0.68
SetUp
Method · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
writerTest_testColorRanges
Function · 0.68