HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
RuntimeError.h File Reference
#include <sstream>
#include <stdexcept>
Include dependency graph for RuntimeError.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RuntimeError
 This class serves the same purpose as std::runtime_error, but it can be more convenient to use. More...
 

Functions

std::ostream & operator<< (std::ostream &left, const RuntimeError &right)
 Convenient formatted output operator that just outputs the what string. More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  left,
const RuntimeError right 
)
inline

Convenient formatted output operator that just outputs the what string.

Definition at line 71 of file RuntimeError.h.