Go to the documentation of this file.
19#include <LIEF/third-party/expected.hpp>
53 return tl::make_unexpected(e);
57namespace LIEF {
template<
typename T>
75using result = tl::expected<T, lief_errors>;
result< ok_t > ok_error_t
Opaque structure that is used by LIEF to avoid writing result<void> f(...). Instead,...
Definition errors.hpp:109