libSCALE  0.2.0
A modern C++ CUDA API
sp::remove_cvref< T > Struct Template Reference

This is part of C++20: http://en.cppreference.com/w/cpp/types/remove_cvref. More...

#include <BasicTypeTraits.hpp>

Public Types

typedef std::remove_cv_t< std::remove_reference_t< T > > type
 

Detailed Description

template<typename T>
struct sp::remove_cvref< T >

This is part of C++20: http://en.cppreference.com/w/cpp/types/remove_cvref.