libstdc++
std::conditional< _Cond, _Iftrue, _Iffalse > Struct Template Reference

#include <type_traits>

Public Types

using type = _Iftrue
 

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 2404 of file type_traits.


The documentation for this struct was generated from the following file: