|
CGAL 6.2 - STL Extensions for CGAL
|
#include <CGAL/Exception_ostream.h>
A stream-like object that throws an exception with its buffer content when destroyed.
Usage:
| CharT | Character type (default: char) |
| Traits | Character traits (default: std::char_traits<CharT>) |
Public Member Functions | |
| Exception_basic_ostream (const char *file=__FILE__, int line=__LINE__) | |
| Exception_basic_ostream (Exception_basic_ostream &&)=default | |
| Exception_basic_ostream & | operator= (Exception_basic_ostream &&)=default |
| ~Exception_basic_ostream () noexcept(false) | |
| template<typename T > | |
| Exception_basic_ostream & | operator<< (T &&value) |
| Exception_basic_ostream & | operator<< (std::basic_ostream< CharT, Traits > &(*manip)(std::basic_ostream< CharT, Traits > &)) |
| Exception_basic_ostream & | operator<< (std::basic_ios< CharT, Traits > &(*manip)(std::basic_ios< CharT, Traits > &)) |
| Exception_basic_ostream & | operator<< (std::ios_base &(*manip)(std::ios_base &)) |