Searched defs:IsRValue (Results 1 – 1 of 1) sorted by relevance
212 struct IsRValue struct214 static constexpr bool value = false;217 struct IsRValue<T, std::enable_if_t<IsDefined<typename T::rvalue_underlying_type>::value>> struct219 static constexpr bool value = true;