Horizon
Loading...
Searching...
No Matches
Public Types | List of all members
meta::id< T > Struct Template Reference

A trait that always returns its argument T. More...

#include <meta.hpp>

Public Types

template<typename... >
using invoke = T
 
using type = T
 

Detailed Description

template<typename T>
struct meta::id< T >

A trait that always returns its argument T.

It is also an invocable that always returns T.


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