cheshirekow
v0.1.0
|
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 > ©) |
Public Attributes | |
T1 & | p1 |
T2 & | p2 |
allows an error to be returned with a result in a single expression
Definition at line 48 of file AssignmentPair.h.
|
inline |
Definition at line 53 of file AssignmentPair.h.
|
inline |
Definition at line 58 of file AssignmentPair.h.
T1& fontconfig::LValuePair< T1, T2 >::p1 |
Definition at line 50 of file AssignmentPair.h.
T2& fontconfig::LValuePair< T1, T2 >::p2 |
Definition at line 51 of file AssignmentPair.h.