#include <iostream>
#include <string>
#include "Args.hpp"
Go to the source code of this file.
◆ ARG_ERROR
#define ARG_ERROR |
( |
|
streamArgs | ) |
|
Value:{ std::ostringstream WeIrDnAmE; \
WeIrDnAmE << streamArgs ; \
printError(std::cerr, WeIrDnAmE.str()); \
exit(1); }
Definition at line 76 of file Args.cpp.