1#ifndef ENTT_CONTAINER_FWD_HPP
2#define ENTT_CONTAINER_FWD_HPP
13 typename = std::hash<Key>,
14 typename = std::equal_to<Key>,
15 typename = std::allocator<std::pair<const Key, Type>>>
20 typename = std::hash<Type>,
21 typename = std::equal_to<Type>,
22 typename = std::allocator<Type>>
constexpr Type make_obj_using_allocator(const Allocator &allocator, Args &&...args)
Uses-allocator construction utility (waiting for C++20).