ordered-map
|
Classes | |
class | bucket_entry |
struct | has_is_transparent |
struct | has_is_transparent< T, typename make_void< typename T::is_transparent >::type > |
struct | is_vector |
struct | is_vector< T, typename std::enable_if< std::is_same< T, std::vector< typename T::value_type, typename T::allocator_type > >::value >::type > |
struct | make_void |
class | ordered_hash |
Typedefs | |
using | slz_size_type = std::uint64_t |
using tsl::detail_ordered_hash::slz_size_type = typedef std::uint64_t |
Fixed size type used to represent size_type values on serialization. Need to be big enough to represent a std::size_t on 32 and 64 bits platforms, and must be the same size on both platforms.