Class Attribute::IndexProxy

Nested Relationships

This class is a nested type of Template Class Attribute.

Class Documentation

class IndexProxy

Public Functions

inline IndexProxy(AttributeStorage_type *storage, index idx)
IndexProxy(IndexProxy&&) = delete
IndexProxy(const IndexProxy&) = delete
inline operator T() const
inline IndexProxy &operator=(T &&other)
requires (!isConst)
inline IndexProxy &operator=(IndexProxy &&other) noexcept
requires (!isConst)
inline IndexProxy &operator=(const IndexProxy &other)
requires (!isConst)