#include <SimpleFunctors.h>
Public Member Functions | |
Result | operator() (const Result &a) const |
A simple functor which returns a copy of its argument
Definition at line 64 of file SimpleFunctors.h.
Result npstat::Same< Result >::operator() | ( | const Result & | a | ) | const [inline, virtual] |
Implements npstat::Functor1< Result, Result >.
Definition at line 66 of file SimpleFunctors.h.
References a.
{return a;}