tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
conditional< B, T, F > Struct Template Reference

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

#include <conditional.hpp>

Public Types

using type = T
 

Detailed Description

template<bool B, typename T, typename F>
struct etl::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.

Member Typedef Documentation

◆ type

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

The documentation for this struct was generated from the following file: