OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces | Typedefs
otbMdSpan.h File Reference
#include "otbExtents.h"
#include "otbLayouts.h"
#include "otbSpan.h"
#include <type_traits>
+ Include dependency graph for otbMdSpan.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::basic_mdspan< ElementType, Extents, LayoutPolicy >
 
struct  otb::narrow
 

Namespaces

 otb
 

Typedefs

template<class T , ptrdiff_t... Extents>
using otb::mdspan = basic_mdspan< T, extents< Extents... > >