Apache Mesos
Macros | Functions
unreachable.hpp File Reference
#include <iostream>
#include <stout/abort.hpp>
#include <stout/attributes.hpp>

Go to the source code of this file.

Macros

#define UNREACHABLE()   Unreachable(__FILE__, __LINE__)
 

Functions

STOUT_NORETURN void Unreachable (const char *file, int line)
 

Macro Definition Documentation

#define UNREACHABLE ( )    Unreachable(__FILE__, __LINE__)

Function Documentation

STOUT_NORETURN void Unreachable ( const char *  file,
int  line 
)
inline