array-hash
|
Classes | |
class | array_bucket |
class | array_hash |
struct | is_iterator |
struct | is_iterator< T, typename std::enable_if<!std::is_same< typename std::iterator_traits< T >::iterator_category, void >::value >::type > |
class | value_container |
class | value_container< void > |
Typedefs | |
using | slz_size_type = std::uint64_t |
using tsl::detail_array_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.