Converting a channel to itself - identity operation. More...
#include <channel_algorithm.hpp>
Additional Inherited Members | |
| Public Types inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral > | |
| using | argument_type = SrcChannelV |
| using | result_type = DstChannelV |
| Public Types inherited from identity< T > | |
| using | argument_type = T |
| using | result_type = T |
| Public Member Functions inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral > | |
| auto | operator() (SrcChannelV src) const -> DstChannelV |
| Public Member Functions inherited from identity< T > | |
| const T & | operator() (const T &val) const |
Converting a channel to itself - identity operation.