Same as the preceding overload, ignoring allocator.
Synopsis
Declared in <bslalg_scalarprimitives.h>
template<class TARGET_TYPE>
static
void
moveConstruct(
TARGET_TYPE* address,
TARGET_TYPE& original,
void* allocator);
Parameters
Name |
Description |
address |
address of uninitialized storage |
original |
object to move from |
allocator |
allocator to ignore |
Created with MrDocs