STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Attributes
stapl::detail::compare_req Struct Reference

Unary functor to compare the return value of any object's request method with a given edge_request_type variable.Used to search versions list in edge_entry. More...

Public Member Functions

 compare_req (edge_request_type req)
 
template<typename T >
bool operator() (T const &other) const
 

Public Attributes

edge_request_type m_req
 request to compare against
 

Detailed Description

Unary functor to compare the return value of any object's request method with a given edge_request_type variable.

Used to search versions list in edge_entry.

See also
edge_entry::iterator_lookup_version

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