|
Expression Templates Library (ETL)
|
Contains an optimized expression implementation. More...
#include "etl/wrapper_traits.hpp"

Go to the source code of this file.
Classes | |
| struct | etl::optimized_expr< Expr > |
| A wrapper for expressions that need to be optimized. More... | |
| struct | etl::etl_traits< etl::optimized_expr< Expr > > |
| Specilization of the traits for optimized_expr Optimized expression simply use the same traits as its expression. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Contains an optimized expression implementation.
An optimized expression will first pass throught the optimizer before it is passed through the evaluator.
1.8.13