#include <cassert>
#include <cstdint>
#include <cstdlib>
#include <new>
#include <stdexcept>
#include <type_traits>
#include <utility>
#include "atomicops.h"
Go to the source code of this file.
Namespaces | |
moodycamel | |
Macros | |
#define | MOODYCAMEL_CACHE_LINE_SIZE 64 |
#define | MOODYCAMEL_EXCEPTIONS_ENABLED |
#define MOODYCAMEL_CACHE_LINE_SIZE 64 |
Definition at line 33 of file readerwriterqueue.h.
#define MOODYCAMEL_EXCEPTIONS_ENABLED |
Definition at line 39 of file readerwriterqueue.h.