Skip to content

sgns::runtime::binaryen::AuthorityId

More...

#include <authority.hpp>

Public Functions

Name
bool operator==(const AuthorityId & other) const
bool operator!=(const AuthorityId & other) const

Public Attributes

Name
SessionKey id

Friends

Name
std::ostream & operator<<(std::ostream & out, const AuthorityId & a)

Detailed Description

struct sgns::runtime::binaryen::AuthorityId;

Authority id

Public Functions Documentation

function operator==

inline bool operator==(
    const AuthorityId & other
) const

function operator!=

inline bool operator!=(
    const AuthorityId & other
) const

Public Attributes Documentation

variable id

SessionKey id;

Friends

friend operator<<

friend std::ostream & operator<<(
    std::ostream & out,

    const AuthorityId & a
);

Updated on 2026-03-04 at 13:10:43 -0800