Minh Nguyen / ArduinoJson
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers StoragePolicy.hpp Source File

StoragePolicy.hpp

00001 // ArduinoJson - arduinojson.org
00002 // Copyright Benoit Blanchon 2014-2021
00003 // MIT License
00004 
00005 #pragma once
00006 
00007 namespace ARDUINOJSON_NAMESPACE {
00008 
00009 namespace storage_policies {
00010 struct store_by_address {};
00011 struct store_by_copy {};
00012 struct decide_at_runtime {};
00013 }  // namespace storage_policies
00014 
00015 }  // namespace ARDUINOJSON_NAMESPACE