Thrust
|
UnaryTypeTrait that removes const-volatile qualifiers and references from T
. Equivalent to remove_cv_t<remove_reference_t<T>>
.
More...
#include <thrust/type_traits/remove_cvref.h>
Public Types | |
using | type = typename std::remove_cv< typename std::remove_reference< T >::type >::type |
UnaryTypeTrait that removes const-volatile qualifiers and references from T
. Equivalent to remove_cv_t<remove_reference_t<T>>
.