C
SafeRenderer::QSafeContainerException Class
class SafeRenderer::QSafeContainerExceptionAn instance of QSafeContainerException is thrown in case of an exception. More...
| Header: | #include <QSafeContainerException> |
| Since: | QtSafeRenderer 3.0 |
| Inherits: | SafeRenderer::QSafeException |
Public Functions
| QSafeContainerException(SafeRenderer::QSafeContainerException &&other) | |
| SafeRenderer::QSafeContainerException & | operator=(SafeRenderer::QSafeContainerException &&other) |
| SafeRenderer::QSafeContainerException & | operator=(const SafeRenderer::QSafeContainerException &other) |
Detailed Description
Instance of this class is thrown when an exception occurs related to safe container classes.
Member Function Documentation
[constexpr noexcept default] QSafeContainerException::QSafeContainerException(SafeRenderer::QSafeContainerException &&other)
Move-constructs an instance of QSafeContainerException.
[delete] SafeRenderer::QSafeContainerException &QSafeContainerException::operator=(SafeRenderer::QSafeContainerException &&other)
Move-assigns other to this QSafeContainerException instance. This function is deleted.
[delete] SafeRenderer::QSafeContainerException &QSafeContainerException::operator=(const SafeRenderer::QSafeContainerException &other)
Copy-assigns other to this QSafeContainerException instance. This function is deleted.
Available under certain Qt licenses.
Find out more.