Blender V4.3
BLI_bit_bool_conversion.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2024 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
5#pragma once
6
7#include "BLI_bit_span.hh"
8#include "BLI_span.hh"
9
10namespace blender::bits {
11
23bool or_bools_into_bits(Span<bool> bools, MutableBitSpan r_bits, int64_t allowed_overshoot = 0);
24
25} // namespace blender::bits
bool or_bools_into_bits(Span< bool > bools, MutableBitSpan r_bits, int64_t allowed_overshoot=0)
__int64 int64_t
Definition stdint.h:89