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

Work function which returns the minimum of two values. More...

Public Member Functions

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

Public Types

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

Detailed Description

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

Work function which returns the minimum of two values.

Template Parameters
TType of values being compared.

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