20#ifndef ORES_IAM_DOMAIN_ACCOUNT_VERSION_TABLE_IO_HPP
21#define ORES_IAM_DOMAIN_ACCOUNT_VERSION_TABLE_IO_HPP
25#include "ores.iam/domain/account_version.hpp"
32std::ostream&
operator<<(std::ostream& s,
const std::vector<account_version>& v);
Domain types for identity and access management.
Definition account.hpp:27
std::ostream & operator<<(std::ostream &s, const account &v)
Dumps the account object to a stream in JSON format.
Definition account_json_io.cpp:29