Meta  0.1
A tiny metaprogramming library
meta::extension::apply< F, List > Struct Template Reference

Description

template<typename F, typename List>
struct meta::extension::apply< F, List >

A trait that unpacks the types in the type list List into the Callable F.

Definition at line 732 of file meta.hpp.