DD4hep - The AIDA detector description toolkit for high energy physics experiments
DD4hep  Rev:Unversioneddirectory
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | List of all members
DD4hep::Select2nd< T > Class Template Reference

Operator to select second element of a pair. More...

#include <Primitives.h>

Public Types

typedef T arg_t
 
typedef T::second_type result_t
 

Public Member Functions

const result_toperator() (const arg_t &p) const
 Operator function. More...
 

Detailed Description

template<typename T>
class DD4hep::Select2nd< T >

Operator to select second element of a pair.

Definition at line 257 of file Primitives.h.

Member Typedef Documentation

template<typename T >
typedef T DD4hep::Select2nd< T >::arg_t

Definition at line 259 of file Primitives.h.

template<typename T >
typedef T::second_type DD4hep::Select2nd< T >::result_t

Definition at line 260 of file Primitives.h.

Member Function Documentation

template<typename T >
const result_t& DD4hep::Select2nd< T >::operator() ( const arg_t p) const
inline

Operator function.

Definition at line 262 of file Primitives.h.


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