Macros
type_check.h File Reference
#include <openssl/base.h>
Include dependency graph for type_check.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CHECKED_CAST(to, from, p)   ((to) (1 ? (p) : (from)0))
 
#define OPENSSL_STATIC_ASSERT(cond, msg)   _Static_assert(cond, msg)
 

Macro Definition Documentation

◆ CHECKED_CAST

#define CHECKED_CAST (   to,
  from,
  p 
)    ((to) (1 ? (p) : (from)0))

Definition at line 83 of file type_check.h.

◆ OPENSSL_STATIC_ASSERT

#define OPENSSL_STATIC_ASSERT (   cond,
  msg 
)    _Static_assert(cond, msg)

Definition at line 75 of file type_check.h.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:35