|
| Column ()=default |
| Default ctor.
|
|
| Column (const Column &)=default |
| Copy ctor.
|
|
Column & | operator= (const Column &)=default |
| Copy assignment. More...
|
|
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...
|
|
template<class T, class ACCESSTRAIT>
class Cvb::Block< T, ACCESSTRAIT >::Column
A single column.