Function sequant::eval::detail::emit_cells¶
Defined in File cell_table_builder.hpp
Function Documentation¶
-
inline void sequant::eval::detail::emit_cells(CellTableInputs const &in, ScopeBlock const &block, container::svector<std::pair<LoopKey, int>> &path, container::svector<std::wstring> &path_spaces, container::svector<ScopeBlock const*> &block_stack, CellBuildState &st)¶
Emits the cells of
blockand, recursively, of its child blocks, pushing each child’s loop instance ontopath/path_spaces/block_stackfor the duration of that recursion.