Boost GIL


channel_converter_unsigned< T, T > Struct Template Reference

Converting a channel to itself - identity operation. More...

#include <channel_algorithm.hpp>

Inheritance diagram for channel_converter_unsigned< T, T >:
channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral > identity< T >

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

Detailed Description

template<typename T>
struct boost::gil::channel_converter_unsigned< T, T >

Converting a channel to itself - identity operation.


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