3#ifndef ENTT_META_POINTER_HPP
4#define ENTT_META_POINTER_HPP
6#include "../stl/memory.hpp"
7#include "../stl/type_traits.hpp"
8#include "type_traits.hpp"
17template<
typename Type>
27template<
typename Type,
typename... Args>
35template<
typename Type>
36requires requires {
typename Type::is_meta_pointer_like; }
Custom EnTT namespace for the standard template library.