expression_tree  3.2
 All Classes Files Functions Variables Typedefs
Public Types
expression_tree::detail::operation< T > Struct Template Reference

Operations are what branches perform on their children. More...

#include <expression_tree.h>

List of all members.

Public Types

typedef tr1_::function< T(const
T &, const T &)> 
t
 Template typedef trick.

Detailed Description

template<typename T>
struct expression_tree::detail::operation< T >

Operations are what branches perform on their children.

Operations must take two Ts as arguments and return a T.


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