template<class T>
Set the value of this property.
Definition at line 89 of file propertyproxy.h. { PropertyProxy_Base& base = *this; // The downcast to PropertyProxy<T> is safe, and avoids code duplication. static_cast<PropertyProxy<T>&>(base).set_value(data); }
|