template <typename Dst, typename Src, typename Enable = void>

struct IsValueInRangeFastOp

Defined at line 44 of file ../../zircon/third_party/ulib/safemath/include/safemath/safe_conversions.h

The following special case a few specific integer conversions where we can

eke out better performance than range checking.

Public Members

static const bool is_supported

Public Methods

bool Do (Src value)

Defined at line 46 of file ../../zircon/third_party/ulib/safemath/include/safemath/safe_conversions.h