#include <RobotAPI/libraries/armem/core/base/detail/iteration_mixins.h>
|
template<class SnapshotFunctionT > |
bool | forEachSnapshot (SnapshotFunctionT &&func) |
|
template<class SnapshotFunctionT > |
bool | forEachSnapshot (SnapshotFunctionT &&func) const |
|
template<class DerivedT>
struct armarx::armem::base::detail::ForEachEntitySnapshotMixin< DerivedT >
Definition at line 225 of file iteration_mixins.h.
◆ forEachSnapshot() [1/2]
bool forEachSnapshot |
( |
SnapshotFunctionT && |
func | ) |
|
|
inline |
- Parameters
-
func | Function like: bool process(EntitySnapshotT& snapshot)> |
Definition at line 232 of file iteration_mixins.h.
◆ forEachSnapshot() [2/2]
bool forEachSnapshot |
( |
SnapshotFunctionT && |
func | ) |
const |
|
inline |
- Parameters
-
func | Function like: bool process(const EntitySnapshotT& snapshot) |
Definition at line 243 of file iteration_mixins.h.
The documentation for this struct was generated from the following file: