liarsdice/data_structures/circular_buffer.hpp file

Namespaces

namespace liarsdice
Main namespace for the Liar's Dice game.
namespace liarsdice::data_structures
High-performance data structures.

Classes

template<typename T, typename Allocator = std::allocator<T>>
class liarsdice::data_structures::CircularBuffer
High-performance circular buffer with perfect forwarding.