1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-07-06 20:56:43 +03:00

Ostream operator for key type for better readability.

This commit is contained in:
Teemu Ollakka
2020-10-19 05:31:20 +03:00
parent 04944b4d10
commit ec767cd3f0
3 changed files with 16 additions and 1 deletions

View File

@ -89,6 +89,7 @@ namespace wsrep
typedef std::vector<wsrep::key> key_array;
std::ostream& operator<<(std::ostream&, enum wsrep::key::type);
std::ostream& operator<<(std::ostream&, const wsrep::key&);
}