OTB  9.0.0
Orfeo Toolbox
otb::mpl::is_array< T > Struct Template Reference

#include <otbArrayTraits.h>

+ Inheritance diagram for otb::mpl::is_array< T >:
+ Collaboration diagram for otb::mpl::is_array< T >:

Detailed Description

template<typename T>
struct otb::mpl::is_array< T >

Type traits to identify any array pixel types.

Template Parameters
TType to check

This generic flavour recognizes types that inherit from itk::FixedArray, and says "no" to any thing else.

At this moment, there is no specialization for std::vector nor types that inherit from vnl_vector.

See also
is_array_v<>

Definition at line 76 of file otbArrayTraits.h.


The documentation for this struct was generated from the following file: