hpp-util
4.9.0
Debugging tools for the HPP project.
|
Class to ease exception creation. More...
#include <hpp/util/exception-factory.hh>
Public Member Functions | |
template<typename T > | |
internal::conditional_insertion_operator< exception, T >::type | operator<< (const T &t) |
Public Attributes | |
std::stringstream | ss |
Class to ease exception creation.
You can use equivalently
or
|
inline |
std::stringstream hpp::ExceptionFactory< exception >::ss |