The Gaudi Framework  v29r0 (ff2e7097)
GaudiPython::_identity< TYPE > Struct Template Reference

It is here due to 'missing'(?) std::identity. More...

#include <GaudiPython/Vector.h>

Inheritance diagram for GaudiPython::_identity< TYPE >:
Collaboration diagram for GaudiPython::_identity< TYPE >:

Public Member Functions

Vector::value_type operator() (const Vector::value_type &value) const
 

Detailed Description

template<class TYPE>
struct GaudiPython::_identity< TYPE >

It is here due to 'missing'(?) std::identity.

Author
Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
Date
2005-08-02

Definition at line 29 of file Vector.h.

Member Function Documentation

template<class TYPE >
Vector::value_type GaudiPython::_identity< TYPE >::operator() ( const Vector::value_type &  value) const
inline

Definition at line 30 of file Vector.h.

30 { return value; }

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