|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Factory functions for constructing DeviceStorageBase instances of a specific backend. Specialised per backend so that the concrete type creation can live in backend-specific translation units. More...
#include <DeviceStorage.hpp>
Static Public Member Functions | |
| static t_supDeviceStorageBase | device_storage_create_unique (DeviceBackend backend, size_t n_bytes) |
| static t_sspDeviceStorageBase | device_storage_create_shared (DeviceBackend backend, size_t n_bytes) |
Factory functions for constructing DeviceStorageBase instances of a specific backend. Specialised per backend so that the concrete type creation can live in backend-specific translation units.
Definition at line 133 of file DeviceStorage.hpp.
|
static |
|
static |