STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Static Public Member Functions
stapl::runtime::comparator< T, IsEmpty > Struct Template Reference

Function object to test if two objects are equal. More...

Static Public Member Functions

static bool apply (T const &t1, T const &t2) noexcept
 

Detailed Description

template<typename T, bool IsEmpty = std::is_empty<T>::value>
struct stapl::runtime::comparator< T, IsEmpty >

Function object to test if two objects are equal.


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