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