Provided by: libstdc++-9-doc_9.5.0-6ubuntu2_all bug

NAME

       std::conditional< _Cond, _Iftrue, _Iffalse > - Define a member typedef type to one of two argument types.

SYNOPSIS

       #include <type_traits>

   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.

       Definition at line 2053 of file type_traits.

Member Typedef Documentation

   template<bool _Cond, typename _Iftrue , typename _Iffalse > typedef _Iftrue std::conditional< _Cond, _Iftrue,
       _Iffalse >::type
       Definition at line 2054 of file type_traits.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++ std::conditional< _Cond, _Iftrue, _Iffalse >(3cxx)