tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
conditional.hpp File Reference

Go to the source code of this file.

Classes

struct  conditional< B, T, F >
 Provides member typedef type, which is defined as T if B is true at compile time, or as F if B is false. More...
 
struct  conditional< false, T, F >
 

Namespaces

namespace  etl
 

Typedefs

template<bool B, typename T, typename F>
using conditional_t = typename conditional<B, T, F>::type