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 |
References hpp::ExceptionFactory< exception >::ss.
std::stringstream hpp::ExceptionFactory< exception >::ss |
Referenced by hpp::ExceptionFactory< exception >::operator<<().