diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2021-04-18 22:25:17 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2021-04-18 22:28:59 +0200 |
commit | 9aaba1211c95dc7e08437a7cca73452181e296d6 (patch) | |
tree | b11cb72c1515fb7b284e98708d6b6f4a8fbae3ab /include/erebos/identity.h | |
parent | c3d6046b25ef0786b8d2919dfa9db4eb05114501 (diff) |
Initial support for FRP behaviors
Diffstat (limited to 'include/erebos/identity.h')
-rw-r--r-- | include/erebos/identity.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/erebos/identity.h b/include/erebos/identity.h index aeddd08..f7b17b8 100644 --- a/include/erebos/identity.h +++ b/include/erebos/identity.h @@ -24,6 +24,8 @@ public: Stored<class PublicKey> keyMessage() const; bool sameAs(const Identity &) const; + bool operator==(const Identity & other) const; + bool operator!=(const Identity & other) const; std::optional<Ref> ref() const; |