Flecs v4.0
A fast entity component system (ECS) for C & C++
|
Array class. More...
Go to the source code of this file.
Classes | |
struct | flecs::array_iterator< T > |
struct | flecs::array< T, Size, Enable > |
struct | flecs::array< T, Size, enable_if_t< Size !=0 > > |
struct | flecs::array< T, Size, enable_if_t< Size==0 > > |
Functions | |
template<typename T , size_t Size> | |
array< T, Size > | flecs::to_array (const T(&elems)[Size]) |
Array class.
Array class. Simple std::array like utility that is mostly there to aid template code where template expansion would lead to an array with size 0.
Definition in file array.hpp.