![]() |
retinify 0.1.4
Real-Time AI Stereo Vision Library
|
This class represents the status of an operation in the retinify library. More...
#include <status.hpp>
Public Member Functions | |
Status () noexcept=default | |
Status (StatusCategory category, StatusCode code) noexcept | |
~Status () noexcept=default | |
Status (const Status &) noexcept=default | |
auto | operator= (const Status &) noexcept -> Status &=default |
Status (Status &&) noexcept=default | |
auto | operator= (Status &&) noexcept -> Status &=default |
auto | IsOK () const noexcept -> bool |
Returns whether the status is OK. | |
auto | Category () const noexcept -> StatusCategory |
Returns the status category. | |
auto | Code () const noexcept -> StatusCode |
Returns the status code. | |
This class represents the status of an operation in the retinify library.
|
defaultnoexcept |
|
explicitnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
noexcept |
Returns the status category.
|
noexcept |
Returns the status code.
|
noexcept |
Returns whether the status is OK.