remove_cvref< T >#
stdgpu Latest
Efficient STL-like Data Structures on the GPU
|
stdgpu::remove_cvref< T >
Detailed Description
template<typename T>
struct stdgpu::remove_cvref< T >
struct stdgpu::remove_cvref< T >
Type trait to remove const, volative, and reference qualifiers from the given type.
- Template Parameters
-
T The input type
Public Types | |
using | type = std::remove_cv_t< std::remove_reference_t< T > > |
Generated by 1.9.6