3-phase PV router
Loading...
Searching...
No Matches
Classes | Typedefs
conditional.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  conditional< Condition, TrueType, FalseType >
 
struct  conditional< false, TrueType, FalseType >
 

Typedefs

template<bool Condition, class TrueType , class FalseType >
using conditional_t = typename conditional< Condition, TrueType, FalseType >::type
 

Typedef Documentation

◆ conditional_t

template<bool Condition, class TrueType , class FalseType >
using conditional_t = typename conditional<Condition, TrueType, FalseType>::type

Definition at line 18 of file conditional.hpp.