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

Use CRTP technique to inject functions that test the values of the expressions or the value classes. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  etl::value_testable< D >
 CRTP class to inject functions testing values of the expressions. More...
 

Namespaces

 etl
 Root namespace for the ETL library.
 

Functions

template<typename E >
bool etl::is_diagonal (E &&expr)
 Indicates if the given expression is a diagonal matrix or not. More...
 

Detailed Description

Use CRTP technique to inject functions that test the values of the expressions or the value classes.