Searched defs:remove_volatile (Results 1 – 2 of 2) sorted by relevance
22 struct remove_volatile { struct23 using type _LIBCPP_NODEBUG = __remove_volatile(_Tp); argument
117 std::remove_volatile_t<T> remove_volatile() { in remove_volatile() function