cheshirekow
v0.1.0
|
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 |
allows an error to be returned with a result in a single expression
Definition at line 36 of file AssignmentPair.h.
|
inline |
Definition at line 41 of file AssignmentPair.h.
T1 freetype::RValuePair< T1, T2 >::p1 |
Definition at line 38 of file AssignmentPair.h.
T2 freetype::RValuePair< T1, T2 >::p2 |
Definition at line 39 of file AssignmentPair.h.