Files
thirdparty-ArduinoJson/src/ArduinoJson/Variant/Converter.hpp

13 lines
248 B
C++

// ArduinoJson - https://arduinojson.org
// Copyright Benoit Blanchon 2014-2021
// MIT License
#pragma once
namespace ARDUINOJSON_NAMESPACE {
template <typename T, typename Enable = void>
struct Converter;
} // namespace ARDUINOJSON_NAMESPACE