LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::fj::FJQuorumMomentsResult< T > Struct Template Reference

[m, v] of fj_quorum_moments: mean and variance of the k-of-n join time. More...

#include <line/api/fj/fj_types.h>

Collaboration diagram for line::fj::FJQuorumMomentsResult< T >:

Public Attributes

m
v

Detailed Description

template<class T>
struct line::fj::FJQuorumMomentsResult< T >

[m, v] of fj_quorum_moments: mean and variance of the k-of-n join time.

Definition at line 107 of file fj_types.h.

Member Data Documentation

◆ m

template<class T>
T line::fj::FJQuorumMomentsResult< T >::m

Definition at line 108 of file fj_types.h.

◆ v

template<class T>
T line::fj::FJQuorumMomentsResult< T >::v

Definition at line 109 of file fj_types.h.


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