Embedded Template Library 1.0
etl::gamma_encode< TInput > Class Template Reference

Gamma encode function. More...

#include <gamma.h>

Public Member Functions

 gamma_encode (double gamma_, TInput maximum_)
 Constructor.
 
TInput operator() (TInput value) const
 

Additional Inherited Members

- Public Types inherited from etl::unary_function< TInput, TInput >
typedef TInput argument_type
 
typedef TInput result_type
 

Detailed Description

template<typename TInput>
class etl::gamma_encode< TInput >

Gamma encode function.

Member Function Documentation

◆ operator()()

template<typename TInput >
TInput etl::gamma_encode< TInput >::operator() ( TInput  value) const
inline

operator () Get the gamma.


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