Open jc211 opened 2 years ago
Can we add an accessor to the nested encodings? The nested encodings become shared_ptrs and the getter might be:
std::vector<std::shared_ptr<Encoding<T>>>& get_nested() const { return m_nested; }
Sure, I’m open to the idea and would accept such a PR.
Can we add an accessor to the nested encodings? The nested encodings become shared_ptrs and the getter might be: