#include "serialbox/core/Compiler.h"Go to the source code of this file.
Namespaces | |
| serialbox | |
| Namespace of the serialbox library. | |
Macros | |
| #define | serialbox_unreachable(msg) ::serialbox::serialbox_unreachable_internal(msg, __FILE__, __LINE__) |
| Marks that the current location is not supposed to be reachable. More... | |
Functions | |
| SERIALBOX_ATTRIBUTE_NORETURN void | serialbox::serialbox_unreachable_internal (const char *msg, const char *file, unsigned line) |
Provide utility to indicate the current location is not supposed to be reachable.
Definition in file Unreachable.h.