STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Related Functions
stapl::runtime::comparable_proxy Class Reference

Proxy object that allows type-erased objects or function pointers to be compared between them. More...

Public Member Functions

template<typename T >
 comparable_proxy (T &&t)
 
 comparable_proxy (comparable_proxy &&other) noexcept
 
 comparable_proxy (comparable_proxy const &other)
 
comparable_proxyoperator= (comparable_proxy const &)=delete
 
template<typename T >
T const & get (void) const noexcept
 
template<typename T >
bool operator== (T const &t) const
 
bool operator== (comparable_proxy const &t) const
 
template<typename T >
bool operator!= (T const &t) const
 
std::size_t hash_code (void) const noexcept
 

Related Functions

(Note that these are not member functions.)

std::size_t hash_value (comparable_proxy const &t) noexcept
 Returns the hash value for t.
 

Detailed Description

Proxy object that allows type-erased objects or function pointers to be compared between them.


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