Struct DatumTraits

template<class T, class E = ElementTraits<T>>
struct DatumTraits

Traits of the data type.

Public Types

typedef T element_type

The element type.

Public Members

E element_traits

Traits of the elements of the data type.