FE 0.6.0
A header-only C++ library for writing frontends
|
#include <cstddef>
#include <algorithm>
#include <array>
#include <initializer_list>
#include <fe/assert.h>
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 |