Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
Unreachable.h File Reference

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)
 

Detailed Description

Provide utility to indicate the current location is not supposed to be reachable.

Definition in file Unreachable.h.