Added to comment.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@838 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
b6d6abd191
commit
434ddf8198
1 changed files with 3 additions and 1 deletions
|
@ -77,7 +77,9 @@ public:
|
|||
const_pointer address( const_reference elem ) const { return &elem; }
|
||||
|
||||
/** Allocate an array of count elements. Warning! The true parameter in
|
||||
the call to Allocate means this function can throw exceptions.
|
||||
the call to Allocate means this function can throw exceptions. This is
|
||||
better than not throwing, and returning a null pointer in case the caller
|
||||
assumes the return value is not null.
|
||||
@param count # of elements in array.
|
||||
@param hint Place where caller thinks allocation should occur.
|
||||
@return Pointer to block of memory.
|
||||
|
|
Loading…
Add table
Reference in a new issue