1#ifndef ENTT_CONTAINER_FWD_HPP
2#define ENTT_CONTAINER_FWD_HPP
14 typename = std::hash<Key>,
15 typename = std::equal_to<>,
16 typename = std::allocator<std::pair<const Key, Type>>>
21 typename = std::hash<Type>,
22 typename = std::equal_to<>,
23 typename = std::allocator<Type>>
33template<
typename... Type>
Basic table implementation.
Associative container for key-value pairs with unique keys.
Associative container for unique objects of a given type.
basic_table< std::vector< Type >... > table
Alias declaration for the most common use case.