FE 0.5.0
A header-only C++ library for writing frontends
Loading...
Searching...
No Matches
ring.h File Reference
#include <cstddef>
#include <algorithm>
#include <array>
#include <initializer_list>
#include <fe/assert.h>
Include dependency graph for ring.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Ring< T, N >
 A ring buffer with N elements. More...
 
class  fe::Ring< T, 1 >
 Specialization if N == 1 - doesn't need a ring. More...
 
class  fe::Ring< T, 2 >
 Specialization if N == 2; doesn't need a ring, we just copy. More...
 

Namespaces

namespace  fe