45 class ALIEN_EXPORT VectorElement
48 VectorElement(std::shared_ptr<IVector>& element, std::shared_ptr<ISpace>& space,
52 , m_timestamp(timestamp)
55 void operator=(T&& v) { _assign(
new T(std::move(v))); }
61 std::shared_ptr<IVector>& m_element;
62 std::shared_ptr<ISpace>& m_space;