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

Contains an expression that is forced to be executed serially. More...

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

Go to the source code of this file.

Classes

struct  etl::serial_expr< Expr >
 A wrapper for expressions that is forced to be serial. More...
 
struct  etl::etl_traits< etl::serial_expr< Expr > >
 Specilization of the traits for serial_expr Serial expression simply use the same traits as its expression. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Detailed Description

Contains an expression that is forced to be executed serially.