MT Core (C++)
Core library for replacing C++ standard in project usage
|
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. | |