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

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

Public Types

using argument_type = Arg
 
using result_type = Result
 

Detailed Description

template<typename Arg, typename Result>
struct stapl::ro_unary_function< Arg, Result >

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

Template Parameters
ArgArgument type of the functor.
ResultReturn type of the functor.

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