mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Implement wsrep:🆔:to_string()
This commit is contained in:
@ -93,6 +93,11 @@ namespace wsrep
|
||||
{
|
||||
return undefined_;
|
||||
}
|
||||
|
||||
/**
|
||||
* Return id in string representation.
|
||||
*/
|
||||
std::string to_string() const;
|
||||
private:
|
||||
static const wsrep::id undefined_;
|
||||
native_type data_;
|
||||
|
Reference in New Issue
Block a user