C++ API Reference RNBO: RNBO::array< T, N > Class Template Reference

RNBO: RNBO::array< T, N > Class Template Reference

#include <RNBO_Array.h>

Public Member Functions

template<typename... Ts>
 array (Ts ... args)
 
 array (const listbase< T > &l)
 
 array (const array< T, N > &a)
 
array< T, N > & operator= (const array< T, N > &a)
 
constexpr size_t size () const
 
constexpr bool empty () const
 
T & operator[] (size_t n)
 
const T & operator[] (size_t n) const
 
 operator listbase< T > () const
 

Detailed Description

template<class T, size_t N>
class RNBO::array< T, N >

Fixed-size array. Drop-in replacement for std::array, if you're compiling RNBO without stdlib.


The documentation for this class was generated from the following file: