#include <osmpbfreader.hpp>
◆ fatal()
| CanalTP::fatal::fatal |
( |
| ) |
|
|
inline |
93 {std::cout <<
"\033[31m[FATAL] ";}
◆ ~fatal()
| CanalTP::fatal::~fatal |
( |
| ) |
|
|
inline |
95 {std::cout <<
"\033[0m" << std::endl; exit(1);}
◆ operator<<()
template<typename T >
| fatal& CanalTP::fatal::operator<< |
( |
const T & |
t | ) |
|
|
inline |
94 { std::cout << t;
return *
this;}
The documentation for this struct was generated from the following file: