Contains recursive algorithms for SGL. More...
Go to the source code of this file.
Functions | |
| template<typename Type > | |
| void | sgl::for_each (GExpr &expr, std::function< void(GExpr &)> f) |
| template<typename Type > | |
| bool | sgl::transform (GExpr &expr, std::function< bool(GExpr &)> f) |
Contains recursive algorithms for SGL.
1.8.13