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

Use CRTP technique to inject inplace operations into expressions and value classes. More...

#include "etl/impl/transpose.hpp"
#include "etl/impl/fft.hpp"
Include dependency graph for inplace_assignable.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::inplace_assignable< D >
 CRTP class to inject inplace operations to matrix and vector structures. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Detailed Description

Use CRTP technique to inject inplace operations into expressions and value classes.