#include <RobotAPI/libraries/armem/core/base/detail/iteration_mixins.h>
template<class DerivedT>
struct armarx::armem::base::detail::ForEachProviderSegmentMixin< DerivedT >
Definition at line 279 of file iteration_mixins.h.
◆ forEachProviderSegment() [1/2]
bool forEachProviderSegment |
( |
FunctionT && |
func | ) |
|
|
inline |
- Parameters
-
func | Function like: bool process(ProviderSegmentT& providerSegment)> |
Definition at line 286 of file iteration_mixins.h.
◆ forEachProviderSegment() [2/2]
bool forEachProviderSegment |
( |
FunctionT && |
func | ) |
const |
|
inline |
- Parameters
-
func | Function like: bool process(const ProviderSegmentT& providerSegment) |
Definition at line 298 of file iteration_mixins.h.
The documentation for this struct was generated from the following file: