transwarp
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Types | List of all members
transwarp::remove_refc< T > Struct Template Reference

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

#include <transwarp.h>

Public Types

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

Detailed Description

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

Removes reference and const from a type.


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