hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <func.H>
Public Types | |
typedef R(* | type) (Args...) |
typedef R | result_type |
Static Public Attributes | |
static const std::size_t | arity = sizeof...(Args) |
typedef R hobbes::func< R(Args...)>::result_type |
typedef R(* hobbes::func< R(Args...)>::type) (Args...) |
|
static |