Home
last modified time | relevance | path

Searched defs:Derived (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_any.h69 struct Derived : Base { struct
71 Derived(U&& value) : m_value(std::forward<U>(value)) {} in Derived() function
73 BaseUPtr Clone() const in Clone()
78 T m_value;