dxd - dynax driver framework
2.2.0d81
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:
dx_stream.h
(c) copyright 2009 dynamic acoustics e.U.
generated on Fri Dec 20 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.