Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DTraits.hpp212 struct IsRValue struct
214 static constexpr bool value = false;
217 struct IsRValue<T, std::enable_if_t<IsDefined<typename T::rvalue_underlying_type>::value>> struct
219 static constexpr bool value = true;