MT Core (C++)
Core library for replacing C++ standard in project usage
|
Represents a pair of elements Useful to avoid having to have many micro structs. More...
#include <pair.hpp>
Public Attributes | |
T1 | first |
T2 | second |
Represents a pair of elements Useful to avoid having to have many micro structs.
T1 | First element type |
T2 | Second element type |
T1 mtcore::Pair< T1, T2 >::first |
T2 mtcore::Pair< T1, T2 >::second |