![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbArrayTraits.h>
Inheritance diagram for otb::mpl::is_array< T >:
Collaboration diagram for otb::mpl::is_array< T >:Type traits to identify any array pixel types.
| T | Type 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.
is_array_v<> Definition at line 76 of file otbArrayTraits.h.
1.8.17