Erase–remove idiom (original) (raw)

Property Value
dbo:abstract The erase–remove idiom is a common C++ technique to eliminate elements that fulfill a certain criterion from a C++ Standard Library container. (en) Erase–remove惯用法'是C++程序设计语言常用的技术,用于在C++标准模板库容器中删除元素。 (zh) Правило Erase — Remove — загальновживаний в мові програмування C++ метод видалення з контейнера STL елементів, які задовольняють певним критеріям. (uk)
dbo:wikiPageExternalLink https://godbolt.org/z/6WYnfbGbf
dbo:wikiPageID 21004211 (xsd:integer)
dbo:wikiPageLength 6023 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1108831236 (xsd:integer)
dbo:wikiPageWikiLink dbr:C++_Standard_Library dbr:C++ dbc:C++ dbc:C++_software dbc:Articles_with_example_C++_code dbr:Collection_(abstract_data_type) dbr:Set_(C++)
dbp:wikiPageUsesTemplate dbt:Reflist
dct:subject dbc:C++ dbc:C++_software dbc:Articles_with_example_C++_code
gold:hypernym dbr:Technique
rdf:type dbo:TopicalConcept
rdfs:comment The erase–remove idiom is a common C++ technique to eliminate elements that fulfill a certain criterion from a C++ Standard Library container. (en) Erase–remove惯用法'是C++程序设计语言常用的技术,用于在C++标准模板库容器中删除元素。 (zh) Правило Erase — Remove — загальновживаний в мові програмування C++ метод видалення з контейнера STL елементів, які задовольняють певним критеріям. (uk)
rdfs:label Erase–remove idiom (en) Erase–remove惯用法 (zh) Правило Erase — Remove (uk)
owl:sameAs freebase:Erase–remove idiom wikidata:Erase–remove idiom dbpedia-uk:Erase–remove idiom dbpedia-zh:Erase–remove idiom https://global.dbpedia.org/id/4jX79
prov:wasDerivedFrom wikipedia-en:Erase–remove_idiom?oldid=1108831236&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Erase–remove_idiom
is dbo:wikiPageRedirects of dbr:Erase-remove_idiom dbr:Erase_remove_idiom
is dbo:wikiPageWikiLink of dbr:Erase-remove_idiom dbr:Erase_remove_idiom
is foaf:primaryTopic of wikipedia-en:Erase–remove_idiom