![]() |
![]() |
#include <SimpleFunctors.h>
Public Member Functions | |
Result | operator() (const Arg1 &) const |
Simple functor which ignores is arguments and instead builds the result using the default constructor of the result type
Definition at line 91 of file SimpleFunctors.h.
Result npstat::DefaultConstructor1< Result, Arg1 >::operator() | ( | const Arg1 & | ) | const [inline, virtual] |
Implements npstat::Functor1< Result, Arg1 >.
Definition at line 93 of file SimpleFunctors.h.
{return Result();}