|
cuSBF
|
Fallible API result: cuda::std::expected<T, Error> with cuSBF factories.
More...
#include <error.hpp>
Static Public Member Functions | |
| static Result | ok (T value) |
| static Result | err (Error error) |
Fallible API result: cuda::std::expected<T, Error> with cuSBF factories.
Layout-compatible with the base type. Inherits construction, operator*, operator->, value, error, and conversion from cuda::std::unexpected<Error>.
|
inlinestatic |
|
inlinestatic |