Go to the documentation of this file.
57 #ifndef OPENSSL_HEADER_TYPE_CHECK_H
58 #define OPENSSL_HEADER_TYPE_CHECK_H
62 #if defined(__cplusplus)
67 #if defined(__cplusplus) || (defined(_MSC_VER) && !defined(__clang__))
69 #define OPENSSL_STATIC_ASSERT(cond, msg) static_assert(cond, msg)
75 #define OPENSSL_STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
83 #define CHECKED_CAST(to, from, p) ((to) (1 ? (p) : (from)0))
86 #if defined(__cplusplus)
90 #endif // OPENSSL_HEADER_TYPE_CHECK_H
grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:41