CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
InitializerList.hpp File Reference
#include <initializer_list>

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Typedefs

template<typename T >
using CeresEngine::InitializerList = std::initializer_list< T >
 An object of type InitializerList<T> is a lightweight proxy object that provides access to an array of objects of type const T.