|
Horizon
|
A trait that always returns its argument T.
More...
#include <meta.hpp>
Public Types | |
| template<typename... > | |
| using | invoke = T |
| using | type = T |
A trait that always returns its argument T.
It is also an invocable that always returns T.