tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_cvref.hpp File Reference

Go to the source code of this file.

Classes

struct  remove_cvref< T >
 If the type T is a reference type, provides the member typedef type which is the type referred to by T with its topmost cv-qualifiers removed. Otherwise type is T with its topmost cv-qualifiers removed. More...
 

Namespaces

namespace  etl
 

Typedefs

template<typename T>
using remove_cvref_t = remove_cv_t<remove_reference_t<T>>