Home
last modified time | relevance | path

Searched refs:supports_arithmetic (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_property.h90 struct supports_arithmetic : std::false_type {}; struct
92 struct supports_arithmetic<T,
247 static_assert(std::is_base_of_v<RSArithmetic<T>, T> || supports_arithmetic<T>::value);