summaryrefslogtreecommitdiff
path: root/include/lib/ArduinoJson/Polyfills/type_traits/declval.hpp
blob: 6c24bf3b36b006305d115b2a28f407f0e48c9d62 (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 "lib/ArduinoJson/Namespace.hpp"

namespace ARDUINOJSON_NAMESPACE {

template <typename T>
T declval();

}  // namespace ARDUINOJSON_NAMESPACE