Template Struct Varying::IsUnsignedInteger

Nested Relationships

This struct is a nested type of Class Varying.

Struct Documentation

template<typename T>
struct IsUnsignedInteger

Public Static Attributes

static bool value = std::is_integral_v<T> and std::is_unsigned_v<T> and not std::is_same_v<T, bool>