retinify 0.1.7
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
nothrow.hpp File Reference
#include <exception>
#include <type_traits>
#include <utility>
#include "retinify/logging.hpp"
#include "retinify/status.hpp"
Include dependency graph for nothrow.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.