ForEachProviderSegmentMixin< DerivedT > Struct Template Reference

#include <RobotAPI/libraries/armem/core/base/detail/iteration_mixins.h>

+ Inheritance diagram for ForEachProviderSegmentMixin< DerivedT >:

Public Member Functions

template<class FunctionT>
bool forEachProviderSegment (FunctionT &&func)
 
template<class FunctionT>
bool forEachProviderSegment (FunctionT &&func) const
 

Detailed Description

template<class DerivedT>
struct armarx::armem::base::detail::ForEachProviderSegmentMixin< DerivedT >

Definition at line 280 of file iteration_mixins.h.

Member Function Documentation

◆ forEachProviderSegment() [1/2]

template<class DerivedT>
template<class FunctionT>
bool forEachProviderSegment ( FunctionT && func)
inline
Parameters
funcFunction like: bool process(ProviderSegmentT& providerSegment)>

Definition at line 287 of file iteration_mixins.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ forEachProviderSegment() [2/2]

template<class DerivedT>
template<class FunctionT>
bool forEachProviderSegment ( FunctionT && func) const
inline
Parameters
funcFunction like: bool process(const ProviderSegmentT& providerSegment)

Definition at line 299 of file iteration_mixins.h.

+ Here is the call graph for this function:

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