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

Return value of pfqn_cub, mirroring [Gn, lGn]. More...

#include <line/api/pfqn/pfqn_cub.h>

Collaboration diagram for line::pfqn::CubResult< T >:

Public Attributes

G
lG

Detailed Description

template<class T>
struct line::pfqn::CubResult< T >

Return value of pfqn_cub, mirroring [Gn, lGn].

Definition at line 52 of file pfqn_cub.h.

Member Data Documentation

◆ G

template<class T>
T line::pfqn::CubResult< T >::G

Definition at line 53 of file pfqn_cub.h.

Referenced by line::pfqn::pfqn_cub().

◆ lG

template<class T>
T line::pfqn::CubResult< T >::lG

Definition at line 54 of file pfqn_cub.h.

Referenced by line::pfqn::pfqn_cub().


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