transwarp
Public Types | List of all members
transwarp::decay< T > Struct Template Reference

Removes reference and const from a type. More...

#include <transwarp.h>

Public Types

using type = typename std::remove_const< typename std::remove_reference< T >::type >::type
 

Detailed Description

template<typename T>
struct transwarp::decay< T >

Removes reference and const from a type.


The documentation for this struct was generated from the following file: