Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
spdlog::details::mpmc_bounded_queue< T >::cell_t Struct Reference

Public Attributes

std::atomic< size_t > sequence_
 
data_
 

Detailed Description

template<typename T>
struct spdlog::details::mpmc_bounded_queue< T >::cell_t

Definition at line 151 of file mpmc_bounded_q.h.

Member Data Documentation

◆ data_

template<typename T >
T spdlog::details::mpmc_bounded_queue< T >::cell_t::data_

Definition at line 154 of file mpmc_bounded_q.h.

◆ sequence_

template<typename T >
std::atomic<size_t> spdlog::details::mpmc_bounded_queue< T >::cell_t::sequence_

Definition at line 153 of file mpmc_bounded_q.h.


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