API Reference > Other Classes > OdMemoryAllocator Template > OdMemoryAllocator Methods > OdMemoryAllocator::construct Method
OdMemoryAllocator::construct Method
Syntax
C++
static inline void construct(T* pElement, const T& value = T());
Parameters 
Description 
T* pElement 
[out] Receives the element.  
const T& value = T() 
[in] Value for the element. 

This function constructs an element. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.