ewmscp  ..
Namespaces | Functions
throwcall.h File Reference

(v0.19-24-g0617ca1 with changes)

#include <system_error>
#include <sstream>
Include dependency graph for throwcall.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 throwcall
 

Functions

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>
throwcall::badval (T call, t badvalue, const Args &... args)
 template function to wrap system calls that return a special bad value on failure More...