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

◆ empty()

template<typename T >
bool drama::sds::DataPointer< T[]>::empty ( ) const
inline

Returns true if container is empty.


Will always return false, if container is empty constructor would have thrown an exception.

Provided for compatibility with STL iterators.

Equivalent to size()==0, but will be faster.

Returns
True if the container is empty.