#include <system_error>
#include <type_traits>
Go to the source code of this file.
◆ common_error
| Enumerator |
|---|
| kInvalidArgument | A function argument is invalid.
|
| kInvalidErrorCode | Default std::error_code given to expect<T>
|
Definition at line 32 of file error.h.
A function argument is invalid.
Default std::error_code given to expect<T>
◆ common_category()
| std::error_category const& common_category |
( |
| ) |
|
|
noexcept |
Definition at line 70 of file error.cpp.
72 static const category instance{};
◆ make_error_code()
Definition at line 41 of file error.h.
std::error_category const & common_category() noexcept
const GenericPointer< typename T::ValueType > T2 value