Blender
V5.0
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
8
9
#pragma once
10
11
#include "
BLI_bit_span.hh
"
12
#include "
BLI_span.hh
"
13
14
namespace
blender::bits
{
15
27
bool
or_bools_into_bits
(
Span<bool>
bools,
MutableBitSpan
r_bits,
int64_t
allowed_overshoot = 0);
28
29
}
// namespace blender::bits
BLI_bit_span.hh
BLI_span.hh
int64_t
long long int int64_t
Definition
btConvexHullComputer.cpp:31
blender::Span
Definition
BLI_span.hh:74
blender::bits::MutableBitSpan
Definition
BLI_bit_span.hh:231
blender::bits
Definition
BLI_bit_bool_conversion.hh:14
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:88
Generated on
for Blender by
doxygen
1.16.1