Dev Essential
Loading...
Searching...
No Matches
legacy_error_macros.h
Go to the documentation of this file.
1
15
16
#ifndef LEGACY_ERROR_MACROS_H_
17
#define LEGACY_ERROR_MACROS_H_
18
19
#include <
a_util/result/result_info.h
>
20
#include <
a_util/result/result_type.h
>
21
27
#define RETURN_IF_FAILED(s) \
28
{ \
29
const a_util::result::Result _errcode(s); \
30
if (!_errcode) { \
31
return (_errcode); \
32
} \
33
}
34
35
#endif
// LEGACY_ERROR_MACROS_H_
result_info.h
result_type.h
include
ddl
legacy_error_macros.h
Copyright © Digitalwerk GmbH. All rights reserved | Generated on Wed Jul 29 2026 by doxygen 1.13.2 | GIT Commit Hash: 9b8fa4e7f60e12adf331769acfe0949f5a0dc12f