cheshirekow  v0.1.0
freetype::LValuePair< 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

 LValuePair (T1 &p1_ref, T2 &p2_ref)
 
void operator= (const RValuePair< T1, T2 > &copy)
 

Public Attributes

T1 & p1
 
T2 & p2
 

Detailed Description

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

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

Definition at line 49 of file AssignmentPair.h.

Constructor & Destructor Documentation

template<typename T1, typename T2>
freetype::LValuePair< T1, T2 >::LValuePair ( T1 &  p1_ref,
T2 &  p2_ref 
)
inline

Definition at line 54 of file AssignmentPair.h.

Member Function Documentation

template<typename T1, typename T2>
void freetype::LValuePair< T1, T2 >::operator= ( const RValuePair< T1, T2 > &  copy)
inline

Definition at line 59 of file AssignmentPair.h.

Member Data Documentation

template<typename T1, typename T2>
T1& freetype::LValuePair< T1, T2 >::p1

Definition at line 51 of file AssignmentPair.h.

template<typename T1, typename T2>
T2& freetype::LValuePair< T1, T2 >::p2

Definition at line 52 of file AssignmentPair.h.


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