cheshirekow  v0.1.0
fontconfig::LValuePair< T1, T2 > Struct Template Reference

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

#include <cpp_fontconfig/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 fontconfig::LValuePair< T1, T2 >

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

Definition at line 48 of file AssignmentPair.h.

Constructor & Destructor Documentation

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

Definition at line 53 of file AssignmentPair.h.

Member Function Documentation

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

Definition at line 58 of file AssignmentPair.h.

Member Data Documentation

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

Definition at line 50 of file AssignmentPair.h.

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

Definition at line 51 of file AssignmentPair.h.


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