|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <expected.hpp>
Public Member Functions | |
| unexpected ()=delete | |
| constexpr | unexpected (const E &e) |
| constexpr | unexpected (E &&e) |
| template<class... Args, typename std::enable_if< std::is_constructible< E, Args &&... >::value >::type * = nullptr> | |
| constexpr | unexpected (Args &&...args) |
| template<class U, class... Args, typename std::enable_if< std::is_constructible< E, std::initializer_list< U > &, Args &&... >::value >::type * = nullptr> | |
| constexpr | unexpected (std::initializer_list< U > l, Args &&...args) |
| constexpr const E & | value () const & |
| constexpr E & | value () & |
| constexpr E && | value () && |
| constexpr const E && | value () const && |
|
delete |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inlineexplicitconstexpr |
|
inlineconstexpr |
References TL_EXPECTED_11_CONSTEXPR.
|
inlineconstexpr |
References TL_EXPECTED_11_CONSTEXPR.
|
inlineconstexpr |
|
inlineconstexpr |