A single column. More...
#include <decl_block.hpp>
Public Member Functions | |
Column ()=default | |
Default ctor. | |
CVB_FORCE_INLINE PixelType & | operator[] (int y) noexcept |
Row access. More... | |
CVB_FORCE_INLINE const PixelType & | operator[] (int y) const noexcept |
Row access. More... | |
template<class FromPixelType > | |
CVB_FORCE_INLINE auto | Set (int y, const FromPixelType &value) noexcept -> std::enable_if_t<!std::is_convertible< remove_cvref_t< FromPixelType >, remove_cvref_t< PixelType > >::value, void > |
Row setter. More... | |
CVB_FORCE_INLINE void | Set (int y, const PixelType &value) noexcept |
Row setter. More... | |
A single column.
|
inlinenoexcept |
Row access.
[in] | y | Pixel row. |
|
inlinenoexcept |
Row access.
[in] | y | Pixel row. |
|
inlinenoexcept |
|
inlinenoexcept |