dune-common  2.11
Dune::ExceptionStream< E > Member List

This is the complete list of members for Dune::ExceptionStream< E >, including all inherited members.

esDune::ExceptionStream< E >
ExceptionStream(const E &other)Dune::ExceptionStream< E >inline
ExceptionStream(E &&other)Dune::ExceptionStream< E >inline
message(es.sstream_.str())Dune::ExceptionStream< E >
operator<<(ExceptionStream &es, T t)Dune::ExceptionStream< E >friend
operator<<(ExceptionStream &&es, T t)Dune::ExceptionStream< E >friend
operator<<(ExceptionStream &es, std::ostream &(*t)(std::ostream &))Dune::ExceptionStream< E >friend
operator<<(ExceptionStream &&es, std::ostream &(*t)(std::ostream &))Dune::ExceptionStream< E >friend
requires(requires(std::ostringstream &oss, T t) { oss<< t;} and not std::is_integral_v< T >) friend ExceptionStream &operator<<(ExceptionStream &esDune::ExceptionStream< E >
requires(requires(std::ostringstream &oss, T t) { oss<< t;} and not std::is_integral_v< T >) friend ExceptionStream operator<<(ExceptionStream &&esDune::ExceptionStream< E >
std::move(es)Dune::ExceptionStream< E >
tDune::ExceptionStream< E >