Change doc block
This commit is contained in:
parent
d7ffcc681f
commit
4fa974d96f
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ public:
|
|||
|
||||
/// Borrow memory for storing data for subscriptions, services, clients, or guard conditions.
|
||||
/**
|
||||
* The default implementation ignores the handle type and dynamically allocates the memory.
|
||||
* The default implementation stores std::vectors for each handle type and resizes the vectors
|
||||
* as necessary based on the requested number of handles.
|
||||
* \param[in] The type of entity that this function is requesting for.
|
||||
* \param[in] The number of handles to borrow.
|
||||
* \return Pointer to the allocated handles.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue