Template Class Set

Inheritance Relationships

Derived Type

Class Documentation

template<typename T, size_t N>
class Set

Subclassed by ruckig::roots::PositiveSet< T, N >

Public Functions

inline const iterator begin()
inline const iterator end()
inline void insert(T value)

Protected Types

using Container = typename std::array<T, N>
using iterator = typename Container::iterator

Protected Attributes

Container data
size_t size = {0}