Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

GaudiPython::_identity< TYPE > Struct Template Reference

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

#include <Vector.h>

Inheritance diagram for GaudiPython::_identity< TYPE >:

Inheritance graph
[legend]
Collaboration diagram for GaudiPython::_identity< TYPE >:

Collaboration graph
[legend]

List of all members.

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.Belyaev@lapp.in2p3.fr
Date:
2005-08-02

Definition at line 31 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 35 of file Vector.h.

00035 { return value ; }


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

Generated at Wed Mar 17 18:21:48 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004