ocra-recipes
Doxygen documentation for the ocra-recipes repository
Static Public Member Functions | List of all members
ocra::utils::assign_functor< T, U > Struct Template Reference

#include <uncompress.h>

Static Public Member Functions

static void run (T &out, const U &in)
 
static void run (T &out, double alpha, const U &in)
 

Detailed Description

template<class T, class U>
struct ocra::utils::assign_functor< T, U >

Definition at line 75 of file uncompress.h.

Member Function Documentation

template<class T , class U >
static void ocra::utils::assign_functor< T, U >::run ( T &  out,
const U &  in 
)
inlinestatic

Definition at line 77 of file uncompress.h.

template<class T , class U >
static void ocra::utils::assign_functor< T, U >::run ( T &  out,
double  alpha,
const U &  in 
)
inlinestatic

Definition at line 78 of file uncompress.h.


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