Deprecated alias for std::conditional_t. Prefer the std version directly.
Declared in <absl/meta/type_traits.h>
template<
bool C,
class T,
class F>
using conditional_t [[deprecated]] = std::conditional_t<C, T, F>;
Deprecated. Use of this entity is allowed but discouraged.