Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Associative_containers> ?p ?o. }
Showing items 1 to 21 of
21
with 100 items per page.
- Associative_containers abstract "In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. The following containers are defined in the current revision of the C++ standard: set, map, multiset, multimap. Each of these containers differ only on constraints placed on their elements.The associative containers are similar to the unordered associative containers in C++ standard library, the only difference is that the unordered associative containers, as their name implies, do not order their elements.".
- Associative_containers wikiPageExternalLink map.
- Associative_containers wikiPageExternalLink ~map.
- Associative_containers wikiPageExternalLink multimap.
- Associative_containers wikiPageExternalLink ~multimap.
- Associative_containers wikiPageExternalLink multiset.
- Associative_containers wikiPageExternalLink ~multiset.
- Associative_containers wikiPageExternalLink set.
- Associative_containers wikiPageExternalLink ~set.
- Associative_containers wikiPageExternalLink Container.html.
- Associative_containers wikiPageID "33977314".
- Associative_containers wikiPageRevisionID "591566342".
- Associative_containers subject Category:Associative_arrays.
- Associative_containers subject Category:C++_Standard_Library.
- Associative_containers comment "In computing, associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays. Being templates, they can be used to store arbitrary elements, such as integers or custom classes. The following containers are defined in the current revision of the C++ standard: set, map, multiset, multimap.".
- Associative_containers label "Associative containers".
- Associative_containers sameAs m.08zh6d.
- Associative_containers sameAs Q4810173.
- Associative_containers sameAs Q4810173.
- Associative_containers wasDerivedFrom Associative_containers?oldid=591566342.
- Associative_containers isPrimaryTopicOf Associative_containers.