Exceptions utilities. More...
#include <iostream>Go to the source code of this file.
Enumerations | |
| enum | Exception { AbstractCall, MathError, TypeError, IndexError, ValueError } |
Functions | |
| std::ostream & | sgl::operator<< (std::ostream &out, Exception ex) |
Exceptions utilities.
1.8.13