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