STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Types
stapl::result_of::bind2nd< Operation, proxy< T, A > > Struct Template Reference

Defines the type of a binder2nd instantiated with the given parameters, where the bound argument is a stapl::proxy. More...

Public Types

typedef binder2nd< Operation, proxy< T, A >, true > type
 

Detailed Description

template<typename Operation, typename T, typename A>
struct stapl::result_of::bind2nd< Operation, proxy< T, A > >

Defines the type of a binder2nd instantiated with the given parameters, where the bound argument is a stapl::proxy.

Template Parameters
OperationOperation to bind.
TType of bound argument.
AAccessor for the proxy.

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