Specialisation of SimpleKeyValuePair to not waste memory for nullptr_t values.
More...
#include "simpleHashMap.h"
template<class Key>
class SimpleKeyValuePair< Key, std::nullptr_t >
Specialisation of SimpleKeyValuePair to not waste memory for nullptr_t values.
This allows effectively using SimpleHashMap as a set.
Definition at line 55 of file simpleHashMap.h.
◆ SimpleKeyValuePair()
◆ get_data()
◆ modify_data()
template<class Key >
static constexpr std::nullptr_t SimpleKeyValuePair< Key, std::nullptr_t >::modify_data |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ set_data()
◆ _key
The documentation for this class was generated from the following file: