-
Notifications
You must be signed in to change notification settings - Fork 683
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PointerVector
smart pointer intergration. (#1468)
* Added unique_ptr overloads for PointerVector. * Fixed 'getAndRemove' documentation. * Added sanity check if a nullptr is pushed to the vector. * Typo. * Refactored 'typedef' to 'using' style. * Added constant overloads of front() and back() * Added copy constructor and copy/move assignment operators. * Typo fixes * Removed dead code comment. * Fixed documentation. * Changed ref to const ref. * Suppresses a falce positive danglingLifetime error. * Added missed header. * Lint * Explicitly clearing vector on move to mirror move assignment. * Typo * Changed copy to move assignment.
- Loading branch information
Showing
1 changed file
with
174 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters