|
using | value_type = std::pair< Key, Type > |
|
using | size_type = std::size_t |
|
|
template<typename... Args> |
| dense_map_node (const size_type position, Args &&... args) |
|
template<typename Allocator , typename... Args> |
| dense_map_node (std::allocator_arg_t, const Allocator &allocator, const size_type position, Args &&... args) |
|
template<typename Allocator > |
| dense_map_node (std::allocator_arg_t, const Allocator &allocator, const dense_map_node &other) |
|
template<typename Allocator > |
| dense_map_node (std::allocator_arg_t, const Allocator &allocator, dense_map_node &&other) |
|
|
value_type | element |
|
size_type | next |
|
The documentation for this struct was generated from the following file: