Public Member Functions
PlayaFunctors::Identity< Scalar > Class Template Reference

Identity functor, used for copying. More...

List of all members.

Public Member Functions

 Identity ()
Scalar operator() (const Scalar &x) const
std::string description () const

Detailed Description

template<class Scalar>
class PlayaFunctors::Identity< Scalar >

Identity functor, used for copying.

Definition at line 127 of file PlayaVectorFunctorsImpl.hpp.


Constructor & Destructor Documentation

template<class Scalar >
PlayaFunctors::Identity< Scalar >::Identity ( ) [inline]

Definition at line 131 of file PlayaVectorFunctorsImpl.hpp.


Member Function Documentation

template<class Scalar >
std::string PlayaFunctors::Identity< Scalar >::description ( ) const [inline]

Definition at line 138 of file PlayaVectorFunctorsImpl.hpp.

template<class Scalar >
Scalar PlayaFunctors::Identity< Scalar >::operator() ( const Scalar &  x) const [inline]

Definition at line 134 of file PlayaVectorFunctorsImpl.hpp.

Site Contact