|
libart-paperback 0.1.0-a.1.20260122225059.e5fea306241a
PDF (1.4) library for C++
|
Helper to throw exceptions. More...
#include <art/paperback/except.hxx>
Public Member Functions | |
| raise (std::source_location origin=std::source_location::current()) | |
| raise (raise const &)=delete | |
| Copy-construction is prohibited. | |
| raise (raise &&)=delete | |
| Move-construction is prohibited. | |
| raise & | operator= (raise const &)=delete |
| Copy-assignment is prohibited. | |
| raise & | operator= (raise &&)=delete |
| Move-assignment is prohibited. | |
| template<typename U> | |
| raise< T > & | operator<< (U const &other) |
Private Attributes | |
| std::source_location | _origin |
| stringstream | _str |
Helper to throw exceptions.
|
delete |
Copy-construction is prohibited.
|
delete |
Move-construction is prohibited.
|
delete |
Copy-assignment is prohibited.
|
delete |
Move-assignment is prohibited.