MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / erase

Method erase

include/geode/basic/small_set.hpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 auto erase( const Type& element )
88 {
89 return container_.erase( absl::c_find( container_, element ) );
90 }
91
92 auto at( index_t index ) const
93 {

Callers 15

delete_textureMethod · 0.45
remove_polygonsMethod · 0.45
remove_polyhedraMethod · 0.45
remove_polyhedraMethod · 0.45
sort_resultsMethod · 0.45
sort_resultsMethod · 0.45
unregister_componentMethod · 0.45
unset_unique_vertexMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36