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

Function which returns whether the first argument is greater than or equal to the second. More...

Public Member Functions

template<typename Reference1 , typename Reference2 >
bool operator() (Reference1 x, Reference2 y) const
 

Public Types

using first_argument_type = T
 
using second_argument_type = T
 
using result_type = bool
 

Detailed Description

template<typename T>
struct stapl::greater_equal< T >

Function which returns whether the first argument is greater than or equal to the second.

Template Parameters
TType of the arguments.

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