Meta  0.1
A tiny metaprogramming library
meta::id< T > Struct Template Reference

Description

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

A trait that always returns its argument T. Also, a Callable that always returns T.

Definition at line 407 of file meta.hpp.