Provided by: libstdc++6-4.6-doc_4.6.4-6ubuntu2_all 

NAME
std::conditional< _Cond, _Iftrue, _Iffalse > -
SYNOPSIS
Public Types
typedef _Iftrue type
Detailed Description
template<bool _Cond, typename _Iftrue, typename _Iffalse>struct std::conditional< _Cond, _Iftrue, _Iffalse >
conditional
Definition at line 849 of file type_traits.
Author
Generated automatically by Doxygen for libstdc++ from the source code.
libstdc++ Thu Mar 20 20std::conditional< _Cond, _Iftrue, _Iffalse >(3cxx)