Expression Templates Library (ETL)
crtp Directory Reference
Directory dependency graph for crtp:
include/etl/crtp

Files

file  assignable.hpp [code]
 Use CRTP technique to inject assign operations into expressions and value classes.
 
file  expression_able.hpp [code]
 Use CRTP technique to inject functions creating new expressions.
 
file  inplace_assignable.hpp [code]
 Use CRTP technique to inject inplace operations into expressions and value classes.
 
file  iterable.hpp [code]
 Use CRTP technique to inject functions for iterators.
 
file  value_testable.hpp [code]
 Use CRTP technique to inject functions that test the values of the expressions or the value classes.