libstdc++
unordered_set File Reference

Go to the source code of this file.

Namespaces

namespace  std

Typedefs

template<typename _Key, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>>
using std::pmr::unordered_multiset
template<typename _Key, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>>
using std::pmr::unordered_set

Detailed Description

This is a Standard C++ Library header.

Definition in file unordered_set.

Typedef Documentation

◆ unordered_multiset

template<typename _Key, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>>
using std::pmr::unordered_multiset

Definition at line 74 of file unordered_set.

◆ unordered_set

template<typename _Key, typename _Hash = std::hash<_Key>, typename _Pred = std::equal_to<_Key>>
using std::pmr::unordered_set

Definition at line 70 of file unordered_set.