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

#include <SimpleFunctors.hh>

Inheritance diagram for npstat::CastingCopyConstructor< Result, Arg1, CastType >:
npstat::Functor1< Result, Arg1 >

Public Member Functions

Result operator() (const Arg1 &a) const
 
bool operator== (const CastingCopyConstructor &) const
 
bool operator!= (const CastingCopyConstructor &) 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, typename CastType>
struct npstat::CastingCopyConstructor< Result, Arg1, CastType >

Sometimes it becomes necessary to perform an explicit cast for proper overload resolution of a converting copy constructor


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