EnTT 3.14.0
Loading...
Searching...
No Matches
entt::is_meta_pointer_like< Type(*)[N]> Struct Template Reference

Partial specialization used to reject pointers to arrays. More...

#include <pointer.hpp>

Inheritance diagram for entt::is_meta_pointer_like< Type(*)[N]>:
Collaboration diagram for entt::is_meta_pointer_like< Type(*)[N]>:

Detailed Description

template<typename Type, std::size_t N>
struct entt::is_meta_pointer_like< Type(*)[N]>

Partial specialization used to reject pointers to arrays.

Template Parameters
TypeType of elements of the array.
NNumber of elements of the array.

Definition at line 27 of file pointer.hpp.


The documentation for this struct was generated from the following file: