GLIM
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
glim::DataStorePolicy Struct Reference

Queue data policy. More...

#include <concurrent_vector.hpp>

Public Member Functions

template<typename T , typename Alloc >
void regulate (std::deque< T, Alloc > &queue) const
 

Static Public Member Functions

static DataStorePolicy UNLIMITED ()
 
static DataStorePolicy UPTO (const size_t max_size, const bool pop_front=true)
 

Public Attributes

const size_t max_size = std::numeric_limits<size_t>::max()
 
const bool pop_front = true
 

Detailed Description

Queue data policy.


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