dxd - dynax driver framework 2.1.0d59
cross platform open source driver development framework
Loading...
Searching...
No Matches
dx::circular::channel< dst_t, src_t, up, dn, sfinae > Struct Template Reference

copy/mix channel converters More...

Detailed Description

template<typename dst_t, typename src_t = dst_t, bool up = !std::is_floating_point_v<dst_t> && !std::is_floating_point_v<src_t> && (sizeof(dst_t)>sizeof(src_t)), bool dn = !std::is_floating_point_v<dst_t> && !std::is_floating_point_v<src_t> && (sizeof(dst_t)<sizeof(src_t)), typename sfinae = void>
struct dx::circular::channel< dst_t, src_t, up, dn, sfinae >

copy/mix channel converters


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

(c) copyright 2009 dynamic acoustics e.U. generated on Fri May 3 2024

a closed source license may be obtained by requesting a written permission from dynamic acoustics e.U.
however - governmental use generally and military use especially is strictly prohibited though.