|  | Home | Libraries | People | FAQ | More | 
        Header:  #include
        <boost/type_traits/conditional.hpp>
        or  #include <boost/type_traits.hpp>
      
namespace boost { template <bool B, class T, class U> struct conditional; }
If B is true, the member typedef type shall equal T. If B is false, the member typedef type shall equal U.