Function which returns whether the first argument is less than or equal to the second.
More...
|
template<typename Reference1 , typename Reference2 > |
bool | operator() (Reference1 x, Reference2 y) const |
|
|
using | first_argument_type = T |
|
using | second_argument_type = T |
|
using | result_type = bool |
|
template<typename T>
struct stapl::less_equal< T >
Function which returns whether the first argument is less than or equal to the second.
- Template Parameters
-
The documentation for this struct was generated from the following file: