join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::SyncBinding< Backend, SyncPolicy > Struct Template Reference

queue forward declarations. More...

#include <queue.hpp>

Public Types

template<typename Type >
using Queue = BasicQueue<Type, Backend, SyncPolicy<Type, Backend>>
 queue type alias combining backend and policy.
 

Detailed Description

template<typename Backend, template< typename, typename > class SyncPolicy>
struct join::SyncBinding< Backend, SyncPolicy >

queue forward declarations.

helper to bind backend and synchronization policy.

Member Typedef Documentation

◆ Queue

template<typename Backend , template< typename, typename > class SyncPolicy>
template<typename Type >
using join::SyncBinding< Backend, SyncPolicy >::Queue = BasicQueue<Type, Backend, SyncPolicy<Type, Backend>>

queue type alias combining backend and policy.


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