LibreOffice Module o3tl (master)
1
|
To markup std::unique_ptr that coverity warns might throw exceptions which won't throw in practice, or where std::terminate is an acceptable response if they do. More...
#include <deleter.hxx>
Public Member Functions | |
void | operator() (T *p) noexcept |
To markup std::unique_ptr that coverity warns might throw exceptions which won't throw in practice, or where std::terminate is an acceptable response if they do.
Definition at line 26 of file deleter.hxx.
|
inlinenoexcept |
Definition at line 28 of file deleter.hxx.
References exceptionToString(), p, and SAL_WARN.