boost::gil::bit_aligned_pixel_reference::operator=
Assignment operator
Synopsis
template<typename P>
bit_aligned_pixel_reference const&
operator=(P const& p) const;
Parameters
Name |
Description |
p |
The object to copy assign from |
Created with MrDocs