fsm
Public Types | List of all members
mpl::type_identity< Type > Struct Template Reference

Identity type trait. More...

#include <type_traits.h>

Public Types

using type = Type
 Identity type.
 

Detailed Description

template<typename Type>
struct mpl::type_identity< Type >

Identity type trait.

Useful to establish non-deduced contexts in template argument deduction (waiting for C++20) or to provide types through function arguments.

Template Parameters
TypeA type.

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