Boost GIL


channel_converter_unsigned< float32_t, uint32_t > Struct Reference

32 bit <-> float channel conversion More...

#include <channel_algorithm.hpp>

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

Public Types

using argument_type = float32_t
using result_type = uint32_t
Public Types inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >
using argument_type = SrcChannelV
using result_type = DstChannelV

Public Member Functions

auto operator() (float32_t x) const -> uint32_t
Public Member Functions inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >
auto operator() (SrcChannelV src) const -> DstChannelV

Detailed Description

32 bit <-> float channel conversion


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