#include <channel_numeric_operations.hpp>
Public Types | |
using | ChannelRef1 = typename channel_traits< Channel1 >::const_reference |
using | ChannelRef2 = typename channel_traits< Channel2 >::reference |
Public Member Functions | |
auto | operator() (ChannelRef1 ch1, ChannelRef2 ch2) const -> ChannelRef2 |
structure for assigning one channel to another
|
inline |
ch1 | - assignor side (input) of the assignment operation |
ch2 | - assignee side (output) of the assignment operation |