A single column. More...
#include <cvb/vpat.hpp>
Public Member Functions | |
Column () noexcept | |
Default ctor of invalid column. | |
Column (const Column &)=default | |
Copy ctor. | |
Column & | operator= (const Column &)=default |
Copy assignment. More... | |
CVB_FORCE_INLINE void * | operator[] (int y) noexcept |
Value access. More... | |
CVB_FORCE_INLINE const void * | operator[] (int y) const noexcept |
Value access. More... | |
A single column.
|
inlinenoexcept |
Value access.
[in] | y | Pixel row. |
|
inlinenoexcept |
Value access.
[in] | y | Pixel row. |