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

Go to the source code of this file.

Classes

struct  decay< T >
 Applies lvalue-to-rvalue, array-to-pointer, and function-to-pointer implicit conversions to the type T, removes cv-qualifiers, and defines the resulting type as the member typedef type. More...
 

Namespaces

namespace  etl
 

Typedefs

template<typename T>
using decay_t = typename etl::decay<T>::type