boost::gil::channel_assigns_t::operator()
Function call operator
Synopsis
ChannelRef2
operator()(
ChannelRef1 ch1,
ChannelRef2 ch2) const;
Parameters
Name |
Description |
ch1 |
‐ assignor side (input) of the assignment operation |
ch2 |
‐ assignee side (output) of the assignment operation |
Created with MrDocs