20#ifndef ORES_REFDATA_DOMAIN_COUNTRY_TABLE_IO_HPP
21#define ORES_REFDATA_DOMAIN_COUNTRY_TABLE_IO_HPP
25#include "ores.refdata/domain/country.hpp"
37std::ostream& operator<<(std::ostream& s,
const std::vector<country>& v);
Domain types for risk management.
Definition country.hpp:28
void print_country_table(std::ostream &s, const std::vector< country > &v)
Prints countries to a stream in table format.
Definition country_table_io.cpp:27