cheshirekow
v0.1.0
|
used to simplify the process of generating an exception message More...
#include <mpblocks/cuda/ExceptionStream.h>
Public Member Functions | |
std::ostream & | operator() () |
~ExceptionStream () | |
used to simplify the process of generating an exception message
Derives from stringstream so provides an ostream interface, but throws an exception with the contents of the string when the object is destroyed
Exception_t | must be an exception type which accepts a const char* in it's constructor |
Definition at line 50 of file ExceptionStream.h.
|
inline |
Definition at line 54 of file ExceptionStream.h.
|
inline |
Definition at line 59 of file ExceptionStream.h.