Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Data Structures | Functions
exception Namespace Reference

Data Structures

class  CommonException
 Basic exception from which all other exceptions are derived. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const CommonException &data)
 

Function Documentation

◆ operator<<()

std::ostream & exception::operator<< ( std::ostream &  os,
const CommonException data 
)

Print this object as raw representation to ostream.

Parameters
osostream where to print
instanceobject to print
Returns
modified output stream