Difference between revisions of "cpp/container/unordered set"
m (Text replace - "{{tdcl list begin}} {{tdcl list h1 | Member types}}" to "===Member types=== {{tdcl list begin}}") |
m (Text replace - " {{dcl list h1 | Non-member functions}}" to "{{dcl list end}} ===Non-member functions=== {{dcl list begin}}") |
||
Line 80: | Line 80: | ||
{{dcl list template | cpp/container/dcl list hash_function | unordered_set}} | {{dcl list template | cpp/container/dcl list hash_function | unordered_set}} | ||
{{dcl list template | cpp/container/dcl list key_eq | unordered_set}} | {{dcl list template | cpp/container/dcl list key_eq | unordered_set}} | ||
+ | {{dcl list end}} | ||
− | + | ===Non-member functions=== | |
+ | {{dcl list begin}} | ||
{{dcl list template | cpp/container/dcl list operator_comp_unord | unordered_set}} | {{dcl list template | cpp/container/dcl list operator_comp_unord | unordered_set}} | ||
{{dcl list template | cpp/container/dcl list std_swap | unordered_set}} | {{dcl list template | cpp/container/dcl list std_swap | unordered_set}} | ||
{{dcl list end}} | {{dcl list end}} |
Revision as of 16:11, 18 August 2011
Template:cpp/container/unordered set/sidebar
Defined in header <unordered_set>
|
||
template< class Key, |
Template:mark c++11 feature | |
Unordered set is an associative container that contains set of unique objects of type Key.
Contents |
Member types
Template:tdcl list begin Template:tdcl list hitem Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list template Template:tdcl list end