Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Types | Public Member Functions | Public Attributes | List of all members
ustd::pair< T, U > Struct Template Reference

#include <pair.hpp>

Public Types

typedef T first_type
 
typedef U second_type
 

Public Member Functions

 pair ()
 
 pair (T const &f, U const &s)
 
template<typename S >
void print (S &os) const
 
template<typename Archive >
void serialize (Archive &ar)
 

Public Attributes

first_type first
 
second_type second
 

Member Typedef Documentation

template<typename T, typename U>
typedef T ustd::pair< T, U >::first_type
template<typename T, typename U>
typedef U ustd::pair< T, U >::second_type

Constructor & Destructor Documentation

template<typename T, typename U>
ustd::pair< T, U >::pair ( )
inline
template<typename T, typename U>
ustd::pair< T, U >::pair ( T const &  f,
U const &  s 
)
inline

Member Function Documentation

template<typename T, typename U>
template<typename S >
void ustd::pair< T, U >::print ( S &  os) const
inline
template<typename T, typename U>
template<typename Archive >
void ustd::pair< T, U >::serialize ( Archive &  ar)
inline

Member Data Documentation

template<typename T, typename U>
first_type ustd::pair< T, U >::first
template<typename T, typename U>
second_type ustd::pair< T, U >::second

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