MySQL 9.0.0
Source Code Documentation
collation_unordered_set< Key > Class Template Reference

std::unordered_set, but with my_malloc and collation-aware comparison. More...

#include <map_helpers.h>

Inheritance diagram for collation_unordered_set< Key >:
[legend]

Public Member Functions

 collation_unordered_set (CHARSET_INFO *cs, PSI_memory_key psi_key)
 
 collation_unordered_set (std::initializer_list< Key > il, CHARSET_INFO *cs, PSI_memory_key psi_key)
 

Detailed Description

template<class Key>
class collation_unordered_set< Key >

std::unordered_set, but with my_malloc and collation-aware comparison.

Constructor & Destructor Documentation

◆ collation_unordered_set() [1/2]

template<class Key >
collation_unordered_set< Key >::collation_unordered_set ( CHARSET_INFO cs,
PSI_memory_key  psi_key 
)
inline

◆ collation_unordered_set() [2/2]

template<class Key >
collation_unordered_set< Key >::collation_unordered_set ( std::initializer_list< Key >  il,
CHARSET_INFO cs,
PSI_memory_key  psi_key 
)
inline

The documentation for this class was generated from the following file: