This HTML5 document contains 85 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
n20http://en.cppreference.com/w/cpp/container/unordered_multiset/
dctermshttp://purl.org/dc/terms/
n4http://dbpedia.org/resource/Std::tr1::
n21http://en.cppreference.com/w/cpp/container/unordered_set/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n22https://global.dbpedia.org/id/
n6http://dbpedia.org/resource/Template:N/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
n19http://en.cppreference.com/w/cpp/container/unordered_multimap/
n12http://dbpedia.org/resource/Std::
n16http://en.cppreference.com/w/cpp/container/unordered_map/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n15http://www.sgi.com/tech/stl/
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Hash_map_(C++)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
n4:unordered_map
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
n12:unordered_map
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
n12:unordered_multimap
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
n12:unordered_multiset
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
n12:unordered_set
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Associative_containers
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Set_(abstract_data_type)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_associative_containers_(C++)
rdf:type
dbo:Band
rdfs:label
无序关联容器 (STL) Unordered associative containers (C++)
rdfs:comment
In the programming language C++, unordered associative containers are a group of class templates in the C++ Standard Library that implement hash table variants. 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: unordered_set, unordered_map, unordered_multiset, unordered_multimap. Each of these containers differ only on constraints placed on their elements. C++程序设计语言中,unordered_map、unordered_multimap、unordered_set、unordered_multiset是标准模板库(STL)提供的一类无序关联容器(unordered associative containers)。是通过哈希表实现的数据结构。无序是指元素的名字(或者键值)的存储是无序的;这与用平衡二叉树实现的元素名字是有序存储的“关联容器”是相对概念。
dcterms:subject
dbc:Articles_with_example_C++_code dbc:C++_Standard_Library
dbo:wikiPageID
17876680
dbo:wikiPageRevisionID
1063699290
dbo:wikiPageWikiLink
dbr:Iterator dbr:C++ dbr:C++11 dbr:Standard_Template_Library dbr:Associative_containers dbr:Template_(programming) dbr:Visual_C++ dbr:Libstdc++ dbr:Silicon_Graphics dbr:Boost_C++_Libraries dbr:Well_ordering dbr:GNU_Compiler_Collection dbr:Concept_(generic_programming) dbr:C++_Standard_Library dbc:C++_Standard_Library dbc:Articles_with_example_C++_code dbr:C++_Technical_Report_1 dbr:Hash_table
dbo:wikiPageExternalLink
n15:Container.html n16:unordered_map n16:~unordered_map n19:unordered_multimap n19:~unordered_multimap n20:unordered_multiset n20:~unordered_multiset n21:unordered_set n21:~unordered_set
owl:sameAs
wikidata:Q7897242 n22:4wUAg freebase:m.047nmq8 dbpedia-zh:无序关联容器_(STL)
dbp:wikiPageUsesTemplate
n6:a dbt:Short_description dbt:Reflist dbt:Use_dmy_dates dbt:C++_Standard_Library
dbo:abstract
In the programming language C++, unordered associative containers are a group of class templates in the C++ Standard Library that implement hash table variants. 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: unordered_set, unordered_map, unordered_multiset, unordered_multimap. Each of these containers differ only on constraints placed on their elements. The unordered associative containers are similar to the associative containers in the C++ Standard Library but have different constraints. As their name implies, the elements in the unordered associative containers are not ordered. This is due to the use of hashing to store objects. The containers can still be iterated through like a regular associative container. C++程序设计语言中,unordered_map、unordered_multimap、unordered_set、unordered_multiset是标准模板库(STL)提供的一类无序关联容器(unordered associative containers)。是通过哈希表实现的数据结构。无序是指元素的名字(或者键值)的存储是无序的;这与用平衡二叉树实现的元素名字是有序存储的“关联容器”是相对概念。
gold:hypernym
dbr:Group
prov:wasDerivedFrom
wikipedia-en:Unordered_associative_containers_(C++)?oldid=1063699290&ns=0
dbo:wikiPageLength
14629
foaf:isPrimaryTopicOf
wikipedia-en:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_map_(C++)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_map_(C++_class)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_multimap
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_multimap_(C++)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_multiset
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_multiset_(C++)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_set
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_set_(C++)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Unordered_map
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
Subject Item
dbr:Hash_map_(C++_class)
dbo:wikiPageWikiLink
dbr:Unordered_associative_containers_(C++)
dbo:wikiPageRedirects
dbr:Unordered_associative_containers_(C++)
Subject Item
wikipedia-en:Unordered_associative_containers_(C++)
foaf:primaryTopic
dbr:Unordered_associative_containers_(C++)