Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
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;