ADTF
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
workspace
conan
dev_essential
1.6.3
dw
stable
package
65324bff46e457721a7ba250afe9d61dc2b0e57a
include
ddl
legacy_error_macros.h
Copyright © CARIAD SE. All rights reserved | Generated on Thu Aug 6 2026 by doxygen 1.13.2 | GIT Commit Hash: 07d2f84367192978b2a55ca6aee7f968758b7220