STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::ro_binary_function< Arg1, Arg2, Result > Struct Template Reference

Represent a read-only binary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility. More...

Public Types

using first_argument_type = Arg1
 
using second_argument_type = Arg2
 
using result_type = Result
 

Detailed Description

template<typename Arg1, typename Arg2, typename Result>
struct stapl::ro_binary_function< Arg1, Arg2, Result >

Represent a read-only binary functor, which provides typedefs for the argument and return types. Mimics the equivalent STL construct to allow for compatibility.

Template Parameters
Arg1First argument type of the functor.
Arg2Second argument type of the functor.
ResultReturn type of the functor.

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