LIEF: Library to Instrument Executable Formats Version 0.17.0
|
Wrapper that contains an Object (T) or an error. More...
#include <errors.hpp>
Wrapper that contains an Object (T) or an error.
The tl/expected implementation exposes the method value() to access the underlying object (if no error)
Typical usage is:
See https://tl.tartanllama.xyz/en/latest/api/expected.html for more details