cheshirekow  v0.1.0
freetype::RValuePair< T1, T2 > Struct Template Reference

allows an error to be returned with a result in a single expression More...

#include <cpp_freetype/AssignmentPair.h>

Public Member Functions

 RValuePair (T1 p1_in, const T2 p2_in)
 

Public Attributes

T1 p1
 
T2 p2
 

Detailed Description

template<typename T1, typename T2>
struct freetype::RValuePair< T1, T2 >

allows an error to be returned with a result in a single expression

Definition at line 36 of file AssignmentPair.h.

Constructor & Destructor Documentation

template<typename T1, typename T2>
freetype::RValuePair< T1, T2 >::RValuePair ( T1  p1_in,
const T2  p2_in 
)
inline

Definition at line 41 of file AssignmentPair.h.

Member Data Documentation

template<typename T1, typename T2>
T1 freetype::RValuePair< T1, T2 >::p1

Definition at line 38 of file AssignmentPair.h.

template<typename T1, typename T2>
T2 freetype::RValuePair< T1, T2 >::p2

Definition at line 39 of file AssignmentPair.h.


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