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

Go to the source code of this file.

Classes

struct  integral_constant< T, v >
 

Typedefs

template<bool B>
using bool_constant = integral_constant< bool, B >
 
using false_type = bool_constant< false >
 
using true_type = bool_constant< true >
 

Typedef Documentation

◆ bool_constant

template<bool B>
using bool_constant = integral_constant<bool, B>

Definition at line 13 of file integral_constant.hpp.

◆ false_type

using false_type = bool_constant<false>

Definition at line 16 of file integral_constant.hpp.

◆ true_type

using true_type = bool_constant<true>

Definition at line 15 of file integral_constant.hpp.