Boost GIL


Public Types | Public Member Functions | List of all members
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>

Public Types

using argument_type = SrcChannelV
 
using result_type = DstChannelV
 

Public Member Functions

DstChannelV operator() (SrcChannelV src) const
 

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: