CONZEPT 16 C++ API
|
Generic array. More...
#include "C16/Array.hpp"
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... | |
using C16::ArrayGeneric::size_type = std::size_t |
Type of the size of the array.
|
pure virtual |
Gets the size of the array.
|
virtual |
Gets if the array is empty.