Public Types | List of all members
util::self_type< T > Struct Template Reference

Trait returning the very same type as in the template argument. More...

#include <MetaUtils.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct util::self_type< T >

Trait returning the very same type as in the template argument.

Definition at line 64 of file MetaUtils.h.

Member Typedef Documentation

template<typename T >
using util::self_type< T >::type = T

Definition at line 64 of file MetaUtils.h.


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