OTB
9.0.0
Orfeo Toolbox
|
#include <otbArrayTraits.h>
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.