template <typename T, typename = void>
struct arrow_operator
Defined at line 35 of file ../../sdk/lib/fit/include/lib/fit/internal/result.h
Determines whether T has an operator-> overload and provides a method that
forwards its argument by reference when T has the overload, or by pointer
otherwise.
Public Methods
T * forward (T & value)
Defined at line 36 of file ../../sdk/lib/fit/include/lib/fit/internal/result.h
const T * forward (const T & value)
Defined at line 37 of file ../../sdk/lib/fit/include/lib/fit/internal/result.h