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