#include <string>
#include <iostream>
#include <fstream>
#include <cctype>
Go to the source code of this file.
|
template<class Char , class Traits > |
std::basic_ostream< Char, Traits > & | operator<< (std::basic_ostream< Char, Traits > &os, const Dictionary &d) |
| Print statistics summary.
|
|
◆ operator<<()
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< |
( |
std::basic_ostream< Char, Traits > & | os, |
|
|
const Dictionary & | d ) |
|
inline |
◆ dict
The dictionary to be used.
Definition at line 95 of file scowl.hpp.