27 #ifndef CPPFREETYPE_ERRORPAIR_H_
28 #define CPPFREETYPE_ERRORPAIR_H_
35 template <
typename T1,
typename T2 >
48 template <
typename T1,
typename T2 >
82 #endif // ERRORPAIR_H_
RValuePair(T1 p1_in, const T2 p2_in)
allows an error to be returned with a result in a single expression
LValuePair(T1 &p1_ref, T2 &p2_ref)
Char8_t * copy(const Char8_t *s)
void operator=(const RValuePair< T1, T2 > ©)
allows an error to be returned with a result in a single expression