3-phase PV router
Toggle main menu visibility
Main Page
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
c
d
e
f
g
i
m
o
p
r
s
t
u
v
Functions
_
a
c
f
g
i
o
p
r
t
u
Variables
_
a
d
e
f
i
m
p
r
s
t
u
v
Typedefs
Files
File List
File Members
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
f
g
i
l
n
o
p
r
s
t
u
Variables
a
b
c
d
e
f
i
l
m
n
o
p
r
s
t
u
w
Typedefs
Enumerations
Macros
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
Mk2_3phase_RFdatalog_temp
type_traits
type_identity.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
7
#include "
integral_constant.hpp
"
8
9
template
<
typename
T >
10
struct
type_identity
{
11
using
type
= T;
12
};
integral_constant.hpp
type_identity
Definition:
type_identity.hpp:10
type_identity::type
T type
Definition:
type_identity.hpp:11
Generated by
1.9.6