SheafSystem
0.0.0.0
|
An auto_block value initialization policy that leaves the values uninitialized. More...
#include <auto_block.h>
Static Public Member Functions | |
static void | initialize (T *xbegin, T *xend) |
Initializes the range [xbegin, xend). More... | |
static void | initialize (T &xvalue) |
Initializes xvalue. More... | |
An auto_block value initialization policy that leaves the values uninitialized.
Definition at line 42 of file auto_block.h.
|
static |
Initializes the range [xbegin, xend).
Definition at line 54 of file auto_block.impl.h.
|
static |
Initializes xvalue.
Definition at line 63 of file auto_block.impl.h.
References sheaf::invalid_block_initialization_policy< T >::initialize().