Searched refs:remove_volatile_t (Results 1 – 3 of 3) sorted by relevance
23 static_assert((std::is_same<std::remove_volatile_t<T>, U>::value), ""); in test_remove_volatile_imp()
30 template <typename T> using remove_volatile_t = typename std::remove_volatile<T>::type; variable96 template <typename D, typename S> using same_volatile =copy_volatile<skstd::remove_volatile_t<D>,S>;
163 using remove_volatile_t = typename remove_volatile<T>::type; // C++14638 template <class _Tp> using remove_volatile_t = typename remove_volatile<_Tp>::type;