CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
Array.hpp File Reference
#include <array>
#include "CeresEngine/Foundation/Hash.hpp"

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Typedefs

template<typename T , std::size_t N>
using CeresEngine::Array = std::array< T, N >
 Array is a container that encapsulates fixed size arrays.