template <typename T, typename = void>

struct NumericConversions

Defined at line 355 of file ../../third_party/android/platform/system/libbase/include/android-base/result.h

User defined conversions can be followed by numeric conversions

Although we template specialize for the exact code type, we need

specializations for conversions to all numeric types to avoid an

ambiguous conversion sequence.