AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ ArrayContainer()

template<typename T >
drama::sds::ArrayContainer< T >::ArrayContainer ( T *  address,
size_type  size 
)
inline

Create a container to access the array.

Parameters
addressThe address of the memory containing "size" items of type T.
sizeThe number of items.