Skip to main content

Module cfg_builder_emit

Module cfg_builder_emit 

Source
Expand description

Source: Analysis/include/Luau/ControlFlowGraph.h:306-312 (hand-ported) C++ template<typename T, typename... Args> NotNull<T> CFGBuilder::emit(Block* block, Args&&... args).

Traitsยง

IntoInstruction
Bridges the C++ T{args...} variadic construction: maps each instruction type T and its constructor arg-pack to a built Instruction variant. (C++ instructions.allocate(T{std::forward<Args>(args)...}).)