Dune Core Modules (unstable)
Dune::ExceptionStream< E > Class Template Reference
Class for extending a Dune::Exception with a stream interface. More...
#include <dune/common/exceptions.hh>
Detailed Description
template<class E>
class Dune::ExceptionStream< E >
class Dune::ExceptionStream< E >
Class for extending a Dune::Exception with a stream interface.
- Template Parameters
-
E Exception base class, should be derived from Dune::Exception.
The class ExceptionStream<E> derives from E and extends it by an operator<<(ExceptionStream<T>,T). The latter is available whenever a corresponding operator<< for std::ostringstream is available. All values fed into the stream will be forwarded to the message stored E.
The documentation for this class was generated from the following file:
- dune/common/exceptions.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Dec 21, 23:30, 2024)