sgns::securecrdt::CandidateId¶
#include <SecureCrdtCandidate.hpp>
Public Functions¶
| Name | |
|---|---|
| std::optional< CandidateId > | FromCore(const CandidateCore & core) |
| bool | operator==(const CandidateId & other) const |
Public Attributes¶
| Name | |
|---|---|
| std::string | domain |
| uint64_t | version |
| std::string | content_hash |
Public Functions Documentation¶
function FromCore¶
function operator==¶
Public Attributes Documentation¶
variable domain¶
variable version¶
variable content_hash¶
Updated on 2026-09-25 at 15:46:10 +0000