Expression Templates Library (ETL)
Classes | Namespaces
optimized_expr.hpp File Reference

Contains an optimized expression implementation. More...

#include "etl/wrapper_traits.hpp"
Include dependency graph for optimized_expr.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Contains an optimized expression implementation.

An optimized expression will first pass throught the optimizer before it is passed through the evaluator.