Skip to content

Macro KFR_UNREACHABLE

macro KFR_UNREACHABLE common

KFR_UNREACHABLE                                                                                      \
    do                                                                                                       \
    {                                                                                                        \
__builtin_unreachable();                                                                             \
    } while (0)

Fully qualified name: KFR_UNREACHABLE

Declared at cident.h:724

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.