RTI Connext Traditional C++ API
Version 5.2.3
|
Predicate-class to match replies by their related request. More...
Public Member Functions | |
IsReplyRelatedPredicate (const DDS::SampleIdentity_t &related_request_id) | |
Creates the predicate with the request id to match. | |
bool | operator() (SampleRef< T > sample) |
Determines if a reply is related to the request id this object contains. | |
Predicate-class to match replies by their related request.
Useful for C++ standard algorithms like std::find_if()
|
inline |
Creates the predicate with the request id to match.
|
inline |
Determines if a reply is related to the request id this object contains.