3-phase PV router
Loading...
Searching...
No Matches
integral_constant.hpp
Go to the documentation of this file.
1// ArduinoJson - https://arduinojson.org
2// Copyright © 2014-2024, Benoit BLANCHON
3// MIT License
4
5#pragma once
6
7template< typename T, T v >
9 static const T value = v;
10};
11
12template <bool B>
14
17
static const T value