Nano
A C++ template metaprogramming library
Public Types | List of all members
nano::pair< First, Second > Struct Template Reference

Holds two elements. More...

#include <containers.hpp>

Public Types

using first = First
 
using second = Second
 

Detailed Description

template<typename First, typename Second>
struct nano::pair< First, Second >

Holds two elements.

Template Parameters
FirstThe first eleement in the container
SecondThe second element in the container

Member Typedef Documentation

template<typename First , typename Second >
using nano::pair< First, Second >::first = First
template<typename First , typename Second >
using nano::pair< First, Second >::second = Second

The documentation for this struct was generated from the following file: