Template Class Storage< T, 0 >

Inheritance Relationships

Derived Type

Class Documentation

template<typename T>
class Storage<T, 0>

Subclassed by NetworKit::Point< T >

Public Functions

inline Storage()
inline Storage(T x, T y)
Storage(Storage&&) noexcept = default
Storage &operator=(Storage&&) noexcept = default
inline explicit Storage(count dimension)
inline explicit Storage(const std::vector<T> &values)
inline Storage(const Storage &other)
inline Storage &operator=(const Storage &other)

Protected Attributes

tlx::SimpleVector<T, tlx::SimpleVectorMode::NoInitNoDestroy> data