The Gaudi Framework  v30r3 (a5ef0a68)
GaudiPython::_identity Struct Reference

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

#include <GaudiPython/Vector.h>

Public Member Functions

template<typename T >
operator() (const T &value) const
 

Detailed Description

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 28 of file Vector.h.

Member Function Documentation

template<typename T >
T GaudiPython::_identity::operator() ( const T &  value) const
inline

Definition at line 30 of file Vector.h.

31  {
32  return value;
33  }

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