casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Attributes | List of all members
casacore::ArrayInitPolicies Struct Reference

#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...
 

Detailed Description

Definition at line 69 of file Allocator.h.

Member Data Documentation

constexpr ArrayInitPolicy casacore::ArrayInitPolicies::INIT
static
constexpr ArrayInitPolicy casacore::ArrayInitPolicies::NO_INIT
static

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< casacore::String >::Block(), casacore::Block< casacore::String >::operator=(), casacore::Block< casacore::String >::remove(), and casacore::Block< casacore::String >::resize().


The documentation for this struct was generated from the following file: