5 #include "boost/array.hpp" 10 template <
typename T, std::
size_t D >
25 iterator
end() {
return m_ + D; }
26 const_iterator
begin()
const {
return m_; }
27 const_iterator
end()
const {
return m_ + D; }
29 const_reference
operator[](std::size_t i)
const {
return *(m_+i); }
Belongs to package Box Do not include directly, include til/Box.h instead.
reference operator[](std::size_t i)
const T & const_reference
const_iterator begin() const
void copy(const TImage &in, TImage &out)
Copy one image to another.
const_reference operator[](std::size_t i) const
const_iterator end() const