My Project
Classes | Typedefs
conditional.hpp File Reference

Go to the source code of this file.

Classes

class  bsl::conditional< B, T, F >
 Provides the member typedef type which is the same as T if B is true, otherwise is the same as F. More...
 

Typedefs

template<bool B, typename T , typename F >
using bsl::conditional_t = typename conditional< B, T, F >::type
 a helper that reduces the verbosity of bsl::conditional
 

Detailed Description