|
|
template<typename V> |
| auto | get_variant () -> std::optional< V * > |
| |
|
template<typename V> |
| auto | get_variant () const -> std::optional< V const * > |
| |
|
auto | get_iteration_index () const -> std::optional< Iteration::IterationIndex_t > |
| |
|
template<typename F, typename G> |
| void | map_during_t (F &&map, G &&create_new) |
| |
|
template<typename F> |
| void | map_during_t (F &&map) |
| |
|
auto | as_base () const -> variant_t const & |
| |
|
auto | as_base () -> variant_t & |
| |
◆ variant_t
| using openPMD::detail::CurrentStep::variant_t |
Initial value: std::variant<
Definition StatefulIterator.hpp:87
Definition StatefulIterator.hpp:60
Definition StatefulIterator.hpp:64
The documentation for this struct was generated from the following files:
- /tmp/tmp.NhLRcLhrNZ/openPMD-api/include/openPMD/snapshots/StatefulIterator.hpp
- /tmp/tmp.NhLRcLhrNZ/openPMD-api/src/snapshots/StatefulIterator.cpp