#include <AMReX_Config.H>#include <vector>#include <functional>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | amrex |
| namespace | amrex::Lazy |
Typedefs | |
| using | amrex::Lazy::Func = std::function< void()> |
| using | amrex::Lazy::FuncQue = std::vector< Func > |
Functions | |
| void | amrex::Lazy::QueueReduction (Func f) |
| void | amrex::Lazy::EvalReduction () |
| void | amrex::Lazy::Finalize () |