8#ifndef SkTFitsIn_DEFINED
9#define SkTFitsIn_DEFINED
20template <
typename T,
class Enable =
void>
71template <
typename D,
typename S>
72static constexpr inline
91#if !defined(SK_DEBUG) && !defined(__MSVC_RUNTIME_CHECKS )
static constexpr std::enable_if<(std::is_integral< S >::value||std::is_enum< S >::value)&&(std::is_integral< D >::value||std::is_enum< D >::value), bool >::type SkTFitsIn(S src)
static float max(float r, float g, float b)
static float min(float r, float g, float b)
std::underlying_type< T >::type type