3-phase PV router
Loading...
Searching...
No Matches
Mk2_3phase_RFdatalog_temp
type_traits
is_pointer.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 "
integral_constant.hpp
"
8
9
template
<
typename
T >
10
struct
is_pointer
:
false_type
11
{
12
};
13
14
template
<
typename
T >
15
struct
is_pointer
< T* > :
true_type
16
{
17
};
integral_constant.hpp
integral_constant
Definition:
integral_constant.hpp:9
is_pointer
Definition:
is_pointer.hpp:11
Generated by
1.9.6