Skip to content

thierryseegers/expression_tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expression_tree

Single header, templatized expression tree. Assign functors to branches and values to leaves, then call evaluate(). Requires C++11's function<T>. Optional multi-threaded evaluation is dependent on header <future>.

Documentation and much more prose can be found here.

About

Single header, templatized expression tree in C++11

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages