Deprecated alias for std::enable_if_t. Prefer the std version directly. Avoid inlining since the inliner cannot handle default arguments well.

Synopsis

Declared in <absl/meta/type_traits.h>

template<
    bool C,
    class T = void>
using enable_if_t [[deprecated("Use std::enable_if_t instead.")]] = T;
Warning

Deprecated: Use std::enable_if_t instead.. Use of this entity is allowed but discouraged.

Created with MrDocs