3-phase PV router
Loading...
Searching...
No Matches
is_enum.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
7#include "is_class.hpp"
8#include "is_convertible.hpp"
10#include "is_integral.hpp"
11#include "is_same.hpp"
12
13template< typename T >
14struct is_enum
15{
17};
static const bool value
Definition: is_enum.hpp:16