stdgpu: stdgpu::remove_cvref< T > — stdgpu Latest documentation (original) (raw)
remove_cvref< T >#
stdgpu: stdgpu::remove_cvref< T >
stdgpu Latest
Efficient STL-like Data Structures on the GPU
- stdgpu
- remove_cvref
stdgpu::remove_cvref< T >
Detailed Description
template
struct stdgpu::remove_cvref< T >
Type trait to remove const, volative, and reference qualifiers from the given type.
Template Parameters
| Public Types | |
|---|---|
| using | type = std::remove_cv_t< std::remove_reference_t< T > > |