Skip to content

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

static std::optional< CandidateId > FromCore(
    const CandidateCore & core
)

function operator==

bool operator==(
    const CandidateId & other
) const

Public Attributes Documentation

variable domain

std::string domain;

variable version

uint64_t version = 0;

variable content_hash

std::string content_hash;

Updated on 2026-09-25 at 15:46:10 +0000