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

This function constructs an object. 

 

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