|
Entity Generator 1.1.0
Composable, deterministic entity generation for C++23
|
Observer that collects comprehensive generation statistics. More...
#include "../entitygen.hpp"#include <algorithm>#include <chrono>#include <iomanip>#include <limits>#include <map>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | dasmig::ext::stats_observer |
| Observer that collects comprehensive generation statistics. More... | |
Functions | |
| std::wostream & | dasmig::ext::operator<< (std::wostream &os, const stats_observer &stats) |
| Stream operator for one-liner report output. | |
Observer that collects comprehensive generation statistics.
Definition in file stats_observer.hpp.
|
inline |
Stream operator for one-liner report output.
Definition at line 447 of file stats_observer.hpp.