9 std::unique_ptr<Tree>
tree;
std::variant< TreeWithStore< FrTree >, TreeWithStore< NullifierTree >, TreeWithStore< PublicDataTree > > Tree
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
std::unique_ptr< Tree > tree
TreeWithStore(TreeWithStore &&other) noexcept
TreeWithStore & operator=(const TreeWithStore &other)=delete
TreeWithStore(const TreeWithStore &other)=delete
TreeWithStore(std::unique_ptr< Tree > t)
TreeWithStore & operator=(TreeWithStore &&other)=delete