3#ifndef TETL_TYPE_TRAITS_CONDITIONAL_HPP
4#define TETL_TYPE_TRAITS_CONDITIONAL_HPP
10template <
bool B,
typename T,
typename F>
15template <
typename T,
typename F>
20template <
bool B,
typename T,
typename F>
Definition adjacent_find.hpp:8
typename conditional< B, T, F >::type conditional_t
Definition conditional.hpp:21
F type
Definition conditional.hpp:17
Provides member typedef type, which is defined as T if B is true at compile time, or as F if B is fal...
Definition conditional.hpp:11
T type
Definition conditional.hpp:12