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