CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
Pair2nd< T1, T2 > Struct Template Reference
Inheritance diagram for Pair2nd< T1, T2 >:

Public Member Functions

T2 operator() (const std::pair< T1, T2 > &val) const
 

Detailed Description

template<class T1, class T2>
struct Pair2nd< T1, T2 >

Definition at line 27 of file LUT.cc.

Member Function Documentation

template<class T1 , class T2 >
T2 Pair2nd< T1, T2 >::operator() ( const std::pair< T1, T2 > &  val) const
inline

Definition at line 28 of file LUT.cc.

28 {return val.second;}