std::conditional< _Cond, _Iftrue, _Iffalse >(3cxx) | std::conditional< _Cond, _Iftrue, _Iffalse >(3cxx) |
std::conditional< _Cond, _Iftrue, _Iffalse > - Define a member typedef type to one of two argument types.
typedef _Iftrue type
struct std::conditional< _Cond, _Iftrue, _Iffalse >"Define a member typedef type to one of two argument types.
Definition at line 2226 of file type_traits.
Definition at line 2227 of file type_traits.
Generated automatically by Doxygen for libstdc++ from the source code.
Thu Feb 16 2023 | libstdc++ |