#include "b2linear_algebra_utils.H"
Static Public Member Functions | |
static T * | get (size_t size) |
A class that implement an initialised temporary buffer.
|
inlinestatic |
Return a pointer to a storage sufficient to store size elements of type T. The buffer is initialised with the class template value "initialisation_value". It must be returned unchanged by the user.