libstdc++
|
Go to the source code of this file.
Namespaces | |
namespace | std |
Macros | |
#define | _GLIBCXX_SET |
Typedefs | |
template<typename _Key , typename _Cmp = std::less<_Key>> | |
using | std::pmr::multiset = std::multiset< _Key, _Cmp, polymorphic_allocator< _Key > > |
template<typename _Key , typename _Cmp = std::less<_Key>> | |
using | std::pmr::set = std::set< _Key, _Cmp, polymorphic_allocator< _Key > > |
This is a Standard C++ Library header.
Definition in file set.
using std::pmr::multiset = typedef std::multiset<_Key, _Cmp, polymorphic_allocator<_Key> > |
using std::pmr::set = typedef std::set<_Key, _Cmp, polymorphic_allocator<_Key> > |