tin  1.5.9
tsm::queue_policy< Storage, Overflow > Struct Template Reference

#include <policy.h>

Collaboration diagram for tsm::queue_policy< Storage, Overflow >:
Collaboration graph

Public Types

using storage = Storage
 
using overflow = Overflow
 

Detailed Description

template<typename Storage, typename Overflow>
struct tsm::queue_policy< Storage, Overflow >

Complete bounded queue policy selection.

The storage policy decides the queue backend. The overflow policy decides what admission does when that bounded storage is full.

Member Typedef Documentation

◆ overflow

template<typename Storage , typename Overflow >
using tsm::queue_policy< Storage, Overflow >::overflow = Overflow

◆ storage

template<typename Storage , typename Overflow >
using tsm::queue_policy< Storage, Overflow >::storage = Storage

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