eDSP  0.0.1
A cross-platform DSP library written in C++.
Classes | Typedefs
edsp::types Namespace Reference

Classes

class  fixed_ring_buffer
 This class implements a ring buffer, also called circular buffer. More...
 
class  ring_buffer
 This class implements a ring buffer, also called circular buffer. More...
 

Typedefs

template<typename Char >
using basic_string_view = nonstd::basic_string_view< Char >
 
using timestamp = std::int64_t
 

Typedef Documentation

◆ basic_string_view

template<typename Char >
using edsp::types::basic_string_view = typedef nonstd::basic_string_view<Char>

◆ timestamp

using edsp::types::timestamp = typedef std::int64_t