Nano
A C++ template metaprogramming library
|
Evaluates an expression with arguments. More...
#include <eval.hpp>
Public Types | |
using | result = Expression |
Evaluates an expression with arguments.
Expresison | The expression to evaluate |
Arg | The argument to evaluate the expression with |
using nano::eval< Expression, Arg >::result = Expression |