Sierra Toolkit  Version of the Day
eastl::use_second< Pair > Struct Template Reference

#include <utility_eastl.h>

Public Types

typedef Pair::second_type result_type
 

Public Member Functions

const result_type & operator() (const Pair &x) const
 

Detailed Description

template<typename Pair>
struct eastl::use_second< Pair >

use_second

operator()(x) simply returns x.second. This is the same thing as the SGI SGL select2nd utility

Definition at line 157 of file utility_eastl.h.


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