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

Data Structures

class  AnyObject
 Represents an adaptor of any type to a class in type hierarchy of objects in the algorithms library. More...
 
class  AnyObjectBase
 
class  Object
 
class  Void
 Represents void object. More...
 

Functions

std::ostream & operator<< (std::ostream &out, const Void &)
 

Function Documentation

◆ operator<<()

std::ostream & object::operator<< ( std::ostream &  out,
const Void  
)

Print this object as raw representation to ostream.

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