Close

Relief for ODA Team in Ukraine

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

This function performs a copy 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.