orbtree
Public Member Functions | Public Attributes | List of all members
orbtree::trivial_pair< T1, T2 > Struct Template Reference

trivially copyable pair, similar to std::pair More...

#include <orbtree_node.h>

Public Member Functions

 trivial_pair (const T1 &x, const T2 &y)
 
 trivial_pair (const T1 &x, T2 &&y)
 
 trivial_pair (T1 &&x, const T2 &y)
 
 trivial_pair (T1 &&x, T2 &&y)
 
 trivial_pair (const std::pair< T1, T2 > &p)
 
 operator std::pair< T1, T2 > () const
 
 operator trivial_pair< const T1, T2 > () const
 

Public Attributes

T1 first
 
T2 second
 

Detailed Description

template<class T1, class T2>
struct orbtree::trivial_pair< T1, T2 >

trivially copyable pair, similar to std::pair


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