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:
@ -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&);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user