Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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

◆ SetFunctor()

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

Definition at line 52 of file template_container_example.cpp.

Member Function Documentation

◆ operator()()

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

◆ container

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

Definition at line 50 of file template_container_example.cpp.

◆ val

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: