numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of producer_consumer_circular_queue class. More...
#include <atomic>
#include <cstddef>
#include <limits>
#include <type_traits>
#include <utility>
#include "num_collect/base/exception.h"
#include "num_collect/base/index_type.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/util/cache_line.h"
#include "num_collect/util/object_storage.h"
#include "num_collect/util/safe_cast.h"
Go to the source code of this file.
Classes | |
class | num_collect::util::producer_consumer_circular_queue< T > |
Class of a queue using a circular buffer and thread-safe for a single producer thread and a single consumer thread. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::util |
Namespace of utilities. | |
Definition of producer_consumer_circular_queue class.
Definition in file producer_consumer_circular_queue.h.