20#ifndef ORES_IAM_DOMAIN_PERMISSION_TABLE_IO_HPP
21#define ORES_IAM_DOMAIN_PERMISSION_TABLE_IO_HPP
25#include "ores.iam/domain/permission.hpp"
32std::ostream&
operator<<(std::ostream& s,
const std::vector<permission>& 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