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

Every Cache node of the model, in node order; empty on a model with none. More...

#include <line/solvers/cache_metrics.h>

Collaboration diagram for line::solvers::CacheMetrics< T >:

Public Member Functions

bool empty () const

Public Attributes

std::vector< CacheNodeMetrics< T > > caches

Detailed Description

template<class T>
struct line::solvers::CacheMetrics< T >

Every Cache node of the model, in node order; empty on a model with none.

Definition at line 80 of file cache_metrics.h.

Member Function Documentation

◆ empty()

template<class T>
bool line::solvers::CacheMetrics< T >::empty ( ) const
inline

Definition at line 82 of file cache_metrics.h.

References caches.

Member Data Documentation

◆ caches


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