expand< T > Struct Template Reference

The main metafunction for expanding a compiletime expression. More...

#include <expand.hpp>


Detailed Description

template<typename T>
struct viennamath::result_of::expand< T >

The main metafunction for expanding a compiletime expression.

Note that the default is not to define a return type. This provides SFINAE for the user function expand().

Template Parameters:
T The compiletime expression to be expanded

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