3-phase PV router
Loading...
Searching...
No Matches
make_void.hpp
Go to the documentation of this file.
1// ArduinoJson - https://arduinojson.org
2// Copyright © 2014-2023, Benoit BLANCHON
3// MIT License
4
5#pragma once
6
7template< class = void >
9{
10 typedef void type;
11};
void type
Definition: make_void.hpp:10