casacore
|
#include <Allocator.h>
Static Public Attributes | |
static constexpr ArrayInitPolicy | NO_INIT |
Don't initialize elements in the array. More... | |
static constexpr ArrayInitPolicy | INIT |
Initialize all elements in the array with the default value. More... | |
Definition at line 69 of file Allocator.h.
|
staticconstexpr |
Initialize all elements in the array with the default value.
Definition at line 73 of file Allocator.h.
Referenced by casacore::Block< T >::Block(), casacore::Block< T >::init(), casacore::Block< T >::remove(), and casacore::Block< T >::resize().
|
staticconstexpr |
Don't initialize elements in the array.
(The array will be explicitly filled with values other than the default value.)
Definition at line 71 of file Allocator.h.
Referenced by casacore::Block< T >::Block(), casacore::Block< T >::operator=(), casacore::Block< T >::remove(), and casacore::Block< T >::resize().