C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
A pair, which is trivially constructible and consists of two values. More...
#include <trivial_pair.hpp>
Public Types | |
using | first_type = T |
using | second_type = U |
Public Attributes | |
T | first |
The first value. | |
U | second |
The second value. | |
A pair, which is trivially constructible and consists of two values.
T | The type of the first value. |
U | The type of the second value. |