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

Helper class used to retrieve the second element from a pair with operator* applied. More...

Public Member Functions

result_type operator() (T const &t) const
 

Public Types

typedef std::iterator_traits< iterator_t >::reference result_type
 

Detailed Description

template<typename T>
struct stapl::detail::get_second_deref< T >

Helper class used to retrieve the second element from a pair with operator* applied.

Template Parameters
TPair type

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