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

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.