Specialisation of SimpleKeyValuePair to not waste memory for nullptr_t values. More...
#include "simpleHashMap.h"
Public Member Functions | |
| SimpleKeyValuePair (const Key &key, std::nullptr_t data) | |
Static Public Member Functions | |
| static constexpr std::nullptr_t | get_data () | 
| static constexpr std::nullptr_t | modify_data () | 
| static void | set_data (std::nullptr_t) | 
Public Attributes | |
| Key | _key | 
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.
 1.8.15