20#ifndef ORES_REFDATA_API_DOMAIN_COUNTRY_TABLE_IO_HPP
21#define ORES_REFDATA_API_DOMAIN_COUNTRY_TABLE_IO_HPP
25#include "ores.refdata.api/domain/country.hpp"
37std::ostream&
operator<<(std::ostream& s,
const std::vector<country>& v);
Domain types for risk management.
Definition EntityDetailOperations.hpp:192
std::ostream & operator<<(std::ostream &s, const book &v)
Dumps the book to a stream in JSON format.
Definition book_json_io.cpp:29
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