Jamba C++ API 8.0.0
Loading...
Searching...
No Matches
CircularBuffer.h File Reference
#include <cassert>
#include <memory>
#include <concepts>

Go to the source code of this file.

Classes

class  CircularBuffer< T >

Namespaces

namespace  pongasoft
namespace  pongasoft::Utils
namespace  pongasoft::Utils::Collection

Concepts

concept  pongasoft::Utils::Collection::FoldOp
 Defines the FoldOp concept which is a binary operation that takes two arguments of type U and T and returns a value of type U.
concept  pongasoft::Utils::Collection::FoldOpWithIndex
 Similar to the FoldOp concept but with an additional index argument.