![]() |
retinify 0.1.7
Real-Time AI Stereo Vision Library
|
#include <exception>#include <type_traits>#include <utility>#include "retinify/logging.hpp"#include "retinify/status.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | retinify |
Functions | |
| template<typename Function > | |
| auto | retinify::NoThrow (Function &&function) noexcept -> Status |
| Executes a function and converts any exception into a Status. | |