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

struct IsValueInRangeFastOp

Defined at line 41 of file ../../third_party/mini_chromium/src/base/numerics/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 43 of file ../../third_party/mini_chromium/src/base/numerics/safe_conversions.h