|
Nano
A C++ template metaprogramming library
|
Holds two elements. More...
#include <containers.hpp>
Public Types | |
| using | first = First |
| using | second = Second |
Holds two elements.
| First | The first eleement in the container |
| Second | The second element in the container |
| using nano::pair< First, Second >::first = First |
| using nano::pair< First, Second >::second = Second |
1.8.9.1