#include <boost/mpl/vector_c.hpp>
#include <boost/mpl/count.hpp>
#include <cstddef>
#include <array>
#include <algorithm>
#include <cassert>
Go to the source code of this file.
|
| template<std::ptrdiff_t... StaticExtentsL, std::ptrdiff_t... StaticExtentsR> |
| constexpr bool | otb::operator!= (extents< StaticExtentsL... > const &lhs, extents< StaticExtentsR... > const &rhs) |
| |
| template<std::ptrdiff_t... StaticExtentsL, std::ptrdiff_t... StaticExtentsR> |
| constexpr bool | otb::operator== (extents< StaticExtentsL... > const &lhs, extents< StaticExtentsR... > const &rhs) |
| |
| template<std::ptrdiff_t ... StaticExtents> |
| constexpr std::vcl_size_t | otb::details::rank_dynamic () noexcept |
| |