|
Expression Templates Library (ETL)
|
An optimizer for the given expression type. More...
#include <optimizer.hpp>
Static Public Member Functions | |
| template<typename Builder > | |
| static void | apply ([[maybe_unused]] Builder parent_builder, [[maybe_unused]] const Expr &expr) |
| Optimize the expression using the given builder. More... | |
An optimizer for the given expression type.
|
inlinestatic |
Optimize the expression using the given builder.
| parent_builder | The builder to use |
| expr | The expression to optimize |
1.8.13