raft 0.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
raft::enhanced::typed::LocalCommitInfo< T, E > Struct Template Reference

Information about a committed entry with typed data. More...

#include <typed_server.hpp>

Public Attributes

data
 The committed typed data.
 
bool duplicate = false
 Whether the entry was a duplicate.
 

Detailed Description

template<typename T, typename E>
requires Serializable<T, E>
struct raft::enhanced::typed::LocalCommitInfo< T, E >

Information about a committed entry with typed data.


The documentation for this struct was generated from the following file: