iox::cxx::ObjectPool::CellInfo🔗
Public Attributes🔗
| Name | |
|---|---|
| bool | isValid |
| bool | wasConstructed |
| T * | data |
Public Attributes Documentation🔗
variable isValid🔗
bool isValid {false};
variable wasConstructed🔗
bool wasConstructed {false};
variable data🔗
T * data {nullptr};
Updated on 31 May 2022 at 15:52:33 CEST