Boost GIL


channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral > Struct Template Reference

This is the default implementation. Performance specializatons are provided. More...

#include <channel_algorithm.hpp>

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

Public Types

using argument_type = SrcChannelV
using result_type = DstChannelV

Public Member Functions

auto operator() (SrcChannelV src) const -> DstChannelV

Detailed Description

template<typename SrcChannelV, typename DstChannelV, bool SrcIsIntegral, bool DstIsIntegral>
struct boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >

This is the default implementation. Performance specializatons are provided.


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