|
Health-GPS
1.2.2.0
Global Health Policy Simulation model (Health-GPS)
|
#include "datatable.h"#include "string_util.h"#include <fmt/format.h>#include <sstream>#include <stdexcept>Namespaces | |
| hgps | |
| Top-level namespace for Health-GPS C++ API. | |
| hgps::core | |
| Top-level namespace for Health-GPS Core C++ API. | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const hgps::core::DataTable &table) |
| Output streams operator for DataTable type. More... | |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const hgps::core::DataTable & | table | ||
| ) |
Output streams operator for DataTable type.
| stream | The stream to output |
| table | The DataTable instance |