mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Add JsonVariant::link() (resolves #1343)
				
					
				
			This commit is contained in:
		| @@ -109,6 +109,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