mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Element proxy
This commit is contained in:
@@ -92,6 +92,10 @@ class ElementProxy : public VariantOperators<ElementProxy<TArray> >,
|
||||
return getOrAddUpstreamElement().template to<T>();
|
||||
}
|
||||
|
||||
FORCE_INLINE void link(VariantConstRef value) const {
|
||||
getOrAddUpstreamElement().link(value);
|
||||
}
|
||||
|
||||
// Replaces the value
|
||||
//
|
||||
// bool set(const TValue&)
|
||||
|
||||
Reference in New Issue
Block a user