3-phase PV router
|
#include <integral_constant.hpp>
Public Types | |
using | type = integral_constant |
using | value_type = T |
Public Member Functions | |
constexpr | operator value_type () const noexcept |
constexpr value_type | operator() () const noexcept |
Static Public Attributes | |
static constexpr T | value = v |
Definition at line 8 of file integral_constant.hpp.
using integral_constant< T, v >::type = integral_constant |
Definition at line 12 of file integral_constant.hpp.
using integral_constant< T, v >::value_type = T |
Definition at line 11 of file integral_constant.hpp.
|
inlineconstexprnoexcept |
Definition at line 13 of file integral_constant.hpp.
|
inlineconstexprnoexcept |
Definition at line 17 of file integral_constant.hpp.
|
staticconstexpr |
Definition at line 10 of file integral_constant.hpp.