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