CONZEPT 16 C++ API
C16::ArrayGeneric Class Referenceabstract

Generic array. More...

#include "C16/Array.hpp"

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

Detailed Description

Generic array.

Classes

class  IteratorGeneric
 Generic iterator of an array. More...
 

Public Types

using size_type = std::size_t
 Type of the size of the array. More...
 

Public Member Functions

virtual size_type size () const =0
 Gets the size of the array. More...
 
virtual bool empty () const
 Gets if the array is empty. More...
 

Member Typedef Documentation

◆ size_type

using C16::ArrayGeneric::size_type = std::size_t

Type of the size of the array.

Member Function Documentation

◆ size()

virtual size_type C16::ArrayGeneric::size ( ) const
pure virtual

Gets the size of the array.

◆ empty()

virtual bool C16::ArrayGeneric::empty ( ) const
virtual

Gets if the array is empty.