|
CeresEngine 0.2.0
A game development framework
|
#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. | |