absl::underlying_type_t

Deprecated alias for std::underlying_type_t. Prefer the std version directly.

Synopsis

Declared in <absl/meta/type_traits.h>

template<class T>
using underlying_type_t [[deprecated]] = std::underlying_type_t<T>;

WARNING

Deprecated. Use of this entity is allowed but discouraged.