(v0.19-24-g0617ca1 with changes)
#include <system_error>
#include <sstream>
Go to the source code of this file.
|
template<typename T > |
void | throwcall::conCatString (std::ostringstream &msg, const T &begin) |
|
template<typename T , typename ... Args> |
void | throwcall::conCatString (std::ostringstream &msg, const T &begin, const Args &... args) |
|
template<typename T , typename ... Args> |
void | throwcall::good0 (T call, const Args &... args) |
| template function to wrap system calls that return 0 on success More...
|
|
template<typename T , typename t , typename ... Args> |
T | throwcall::badval (T call, t badvalue, const Args &... args) |
| template function to wrap system calls that return a special bad value on failure More...
|
|