EnTT 3.13.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]>:
Inheritance graph
[legend]
Collaboration diagram for entt::is_meta_pointer_like< Type(*)[N]>:
Collaboration graph
[legend]

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 24 of file pointer.hpp.


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