TuttleOFX
1
|
#include <details.hpp>
Public Member Functions | |
add_dst_mul_src_channel (const Weight w) | |
template<typename SrcChannel , typename DstChannel > | |
void | operator() (const SrcChannel &src, DstChannel &dst) const |
Data Fields | |
const Weight | _w |
Definition at line 25 of file details.hpp.
terry::sampler::details::add_dst_mul_src_channel< Weight >::add_dst_mul_src_channel | ( | const Weight | w | ) | [inline] |
Definition at line 29 of file details.hpp.
void terry::sampler::details::add_dst_mul_src_channel< Weight >::operator() | ( | const SrcChannel & | src, |
DstChannel & | dst | ||
) | const [inline] |
Definition at line 32 of file details.hpp.
const Weight terry::sampler::details::add_dst_mul_src_channel< Weight >::_w |
Definition at line 27 of file details.hpp.