Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:33:30 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004