SPH
StorageVisitor< TVisitorType > Struct Template Reference

Detailed Description

template<VisitorEnum TVisitorType>
struct StorageVisitor< TVisitorType >

of storage quantities

Helper structure allowing to iterate over values/derivatives of quantities in storage. The type of iteration if selected by template parameter Type; struct need to be specialized for all options and each one must implement static methods iterate() that iterates over quantities of one storage, and iteratePair() that iterates over quantities of two storages at the same time (assuming the storages contain the same quantities).

Definition at line 22 of file Iterate.h.


The documentation for this struct was generated from the following file: