summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp
blob: 87081123a58b0937b730518005e3dc182d9975a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// MIT License

#pragma once

#include <ArduinoJson/Namespace.hpp>

namespace ARDUINOJSON_NAMESPACE {

template <typename T>
T declval();

}  // namespace ARDUINOJSON_NAMESPACE