23#include "openPMD/Iteration.hpp"
24#include "openPMD/snapshots/StatefulIterator.hpp"
29 Container<Iteration, Iteration::IterationIndex_t>::value_type>;
32 typename ConcreteIteratorClass,
34 typename... ConstructorArgs>
35auto from_concrete_iterator(ConstructorArgs &&...args)
40 new ConcreteIteratorClass(std::forward<ConstructorArgs>(args)...)});
Definition IteratorTraits.hpp:56
Counterpart to Snapshots class: Iterator type that can wrap different implementations internally.
Definition ContainerTraits.hpp:43
Based on the logic of the former class ReadIterations, integrating into itself the logic of former Wr...
Definition StatefulIterator.hpp:204
Public definitions of openPMD-api.
Definition Date.cpp:29