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

Contains a timed expression implementation. More...

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

Go to the source code of this file.

Classes

struct  etl::timed_expr< Expr, R >
 A wrapper for expressions that need to be timed. More...
 
struct  etl::etl_traits< etl::timed_expr< Expr, R > >
 Specilization of the traits for timed_expr timed expression simply use the same traits as its expression. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Detailed Description

Contains a timed expression implementation.