Identity functor, used for copying. More...
Public Member Functions | |
| Identity () | |
| Scalar | operator() (const Scalar &x) const |
| std::string | description () const |
Identity functor, used for copying.
Definition at line 127 of file PlayaVectorFunctorsImpl.hpp.
| PlayaFunctors::Identity< Scalar >::Identity | ( | ) | [inline] |
Definition at line 131 of file PlayaVectorFunctorsImpl.hpp.
| std::string PlayaFunctors::Identity< Scalar >::description | ( | ) | const [inline] |
Definition at line 138 of file PlayaVectorFunctorsImpl.hpp.
| Scalar PlayaFunctors::Identity< Scalar >::operator() | ( | const Scalar & | x | ) | const [inline] |
Definition at line 134 of file PlayaVectorFunctorsImpl.hpp.