Project
Loading...
Searching...
No Matches
gNeric::set_value< U > Class Template Reference

Setter functor, forwards to the container mixin's set function. More...

#include <runtime_container.h>

Public Types

typedef void return_type
 
typedef U value_type
 

Public Member Functions

 set_value (U u)
 
template<typename T >
return_type operator() (T &t)
 

Detailed Description

template<typename U>
class gNeric::set_value< U >

Setter functor, forwards to the container mixin's set function.

Definition at line 155 of file runtime_container.h.

Member Typedef Documentation

◆ return_type

template<typename U >
typedef void gNeric::set_value< U >::return_type

Definition at line 157 of file runtime_container.h.

◆ value_type

template<typename U >
typedef U gNeric::set_value< U >::value_type

Definition at line 158 of file runtime_container.h.

Constructor & Destructor Documentation

◆ set_value()

template<typename U >
gNeric::set_value< U >::set_value ( u)
inline

Definition at line 160 of file runtime_container.h.

Member Function Documentation

◆ operator()()

template<typename U >
template<typename T >
return_type gNeric::set_value< U >::operator() ( T &  t)
inline

Definition at line 162 of file runtime_container.h.


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