28 #ifndef BSL_CONDITIONAL_HPP 29 #define BSL_CONDITIONAL_HPP 45 template<
bool B,
typename T,
typename F>
53 template<
bool B,
typename T,
typename F>
58 template<
typename T,
typename F>
Provides the member typedef type which is the same as T if B is true, otherwise is the same as F.
Definition: conditional.hpp:46
typename conditional< B, T, F >::type conditional_t
a helper that reduces the verbosity of bsl::conditional
Definition: conditional.hpp:54
T type
provides the member typedef "type"
Definition: conditional.hpp:49