sandbox
Loading...
Searching...
No Matches
sbx::containers::detail::dense_map_node< Key, Type > Struct Template Referencefinal

Public Types

using value_type = std::pair< Key, Type >
 
using size_type = std::size_t
 

Public Member Functions

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)
 

Public Attributes

value_type element
 
size_type next
 

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