npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
npstat::DefaultConstructor1< Result, Arg1 > Struct Template Reference

#include <SimpleFunctors.hh>

Inheritance diagram for npstat::DefaultConstructor1< Result, Arg1 >:
npstat::Functor1< Result, Arg1 >

Public Member Functions

Result operator() (const Arg1 &) const
 
bool operator== (const DefaultConstructor1 &) const
 
bool operator!= (const DefaultConstructor1 &) const
 

Additional Inherited Members

- Public Types inherited from npstat::Functor1< Result, Arg1 >
typedef Result result_type
 
typedef Arg1 first_argument_type
 

Detailed Description

template<typename Result, typename Arg1>
struct npstat::DefaultConstructor1< Result, Arg1 >

Simple functor which ignores is arguments and instead builds the result using the default constructor of the result type


The documentation for this struct was generated from the following file: