Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
SetFunctor< Container > Struct Template Reference

Public Member Functions

 SetFunctor (Container &c, double v)
 
template<typename T >
void operator() (T) const
 

Public Attributes

Container & container
 
double val
 

Detailed Description

template<class Container>
struct SetFunctor< Container >

Definition at line 49 of file template_container_example.cpp.

Constructor & Destructor Documentation

template<class Container >
SetFunctor< Container >::SetFunctor ( Container &  c,
double  v 
)
inline

Definition at line 52 of file template_container_example.cpp.

Member Function Documentation

template<class Container >
template<typename T >
void SetFunctor< Container >::operator() ( T  ) const
inline

Definition at line 53 of file template_container_example.cpp.

Member Data Documentation

template<class Container >
Container& SetFunctor< Container >::container

Definition at line 50 of file template_container_example.cpp.

template<class Container >
double SetFunctor< Container >::val

Definition at line 51 of file template_container_example.cpp.


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