|
CeresEngine 0.2.0
A game development framework
|
Go to the source code of this file.
Namespaces | |
| namespace | CeresEngine |
Typedefs | |
| template<typename First , typename Second > | |
| using | CeresEngine::Pair = std::pair< First, Second > |
Pair is a struct template that provides a way to store two heterogeneous objects as a single unit. | |