Nano
A C++ template metaprogramming library
nano::expand< Expression, Arg, Expandable > Struct Template Reference

Expands a list into its types. More...

#include <eval.hpp>

Detailed Description

template<typename Expression, typename Arg, bool Expandable>
struct nano::expand< Expression, Arg, Expandable >

Expands a list into its types.

Template Parameters
ExpressionThe expression to expand
ArgThe argument to expand into the expression
ExpandableIf the expression E is expandable

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