CONZEPT 16 C++ API
C16::SeriesGeneric Class Reference

Generic series. More...

#include "C16/Series.hpp"

Inheritance diagram for C16::SeriesGeneric:
C16::ArrayGeneric C16::Series< Element >

Detailed Description

Generic series.

Additional Inherited Members

- Public Types inherited from C16::ArrayGeneric
using size_type = std::size_t
 Type of the size of the array. More...
 
- Public Member Functions inherited from C16::ArrayGeneric
virtual size_type size () const =0
 Gets the size of the array. More...
 
virtual bool empty () const
 Gets if the array is empty. More...