LLZK 2.1.1
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
StreamHelper.cpp
Go to the documentation of this file.
1//===-- StreamHelper.cpp ----------------------------------------*- C++ -*-===//
2//
3// Part of the LLZK Project, under the Apache License v2.0.
4// See LICENSE.txt for license information.
5// Copyright 2026 Project LLZK
6// SPDX-License-Identifier: Apache-2.0
7//
8//===----------------------------------------------------------------------===//
9
11
12namespace llzk {
13
14// Flush any buffered output before destroying the filtered stream wrapper.
16
17} // namespace llzk