Blender
V4.3
source
blender
blenlib
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
10
namespace
blender::bits
{
11
23
bool
or_bools_into_bits
(
Span<bool>
bools,
MutableBitSpan
r_bits,
int64_t
allowed_overshoot = 0);
24
25
}
// namespace blender::bits
BLI_bit_span.hh
BLI_span.hh
blender::Span
Definition
BLI_span.hh:75
blender::bits::MutableBitSpan
Definition
BLI_bit_span.hh:217
blender::bits
Definition
BLI_bit_bool_conversion.hh:10
blender::bits::or_bools_into_bits
bool or_bools_into_bits(Span< bool > bools, MutableBitSpan r_bits, int64_t allowed_overshoot=0)
Definition
bit_bool_conversion.cc:11
int64_t
__int64 int64_t
Definition
stdint.h:89
Generated on Thu Feb 6 2025 07:36:39 for Blender by
doxygen
1.11.0