1#ifndef ENTT_META_TYPE_TRAITS_HPP
2#define ENTT_META_TYPE_TRAITS_HPP
42template<
typename Type>
49template<
typename Type>
constexpr Type make_obj_using_allocator(const Allocator &allocator, Args &&...args)
Uses-allocator construction utility (waiting for C++20).
constexpr auto is_meta_pointer_like_v
Helper variable template.