Go to the source code of this file.
|
| template<class Container, class Element> |
| void | exceptionSafePushBack (Container &container, unique_ptr< Element > pointer) |
| template<class Container, class Element> |
| void | noThrowPushBack (Container &container, unique_ptr< Element > pointer) throw () |
◆ exceptionSafePushBack()
template<class Container, class Element>
| void exceptionSafePushBack |
( |
Container & | container, |
|
|
unique_ptr< Element > | pointer ) |
◆ noThrowPushBack()
template<class Container, class Element>
| void noThrowPushBack |
( |
Container & | container, |
|
|
unique_ptr< Element > | pointer ) |
| throw | ( | ) | | | |