Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdMemoryAllocator<class T>::moveConstruct Method
Syntax
C++
static inline void moveConstruct(T* pElement, T&& value);

This function performs a move constructor on one memory location. 

 

Parameters
Description
pElement
[out] Receives the element.
value
[in] Value for the element.
Copyright © 2002-2022. Open Design Alliance All rights reserved.