MT Core (C++)
Core library for replacing C++ standard in project usage
Loading...
Searching...
No Matches
pair.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mtcore::Pair< T1, T2 >
 Represents a pair of elements Useful to avoid having to have many micro structs. More...
 

Namespaces

namespace  mtcore
 Core library for C++ with Zig-related functionality.
 

Functions

template<typename T1, typename T2>
Pair< T1, T2 > mtcore::make_pair (T1 first, T2 second)
 Helper to make a pair with type inference.