Provided by: libstdc++-10-doc_10.5.0-1ubuntu1~22.04.2_all 

NAME
std::conditional< _Cond, _Iftrue, _Iffalse > - Define a member typedef type to one of two argument types.
SYNOPSIS
Public Types typedef _Iftrue type
Detailed Description
template<bool _Cond, typename _Iftrue, typename _Iffalse> struct std::conditional< _Cond, _Iftrue, _Iffalse >" Define a member typedef type to one of two argument types.
Author
Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Apr 22 20std::conditional< _Cond, _Iftrue, _Iffalse >(3cxx)