Blender V5.0
bit_bool_conversion.cc File Reference

Go to the source code of this file.

Classes

struct  blender::bits::BoolToBit

Namespaces

namespace  blender
namespace  blender::bits

Functions

template<typename ByteToBit>
bool blender::bits::or_bytes_into_bits (const Span< char > bytes, MutableBitSpan r_bits, const int64_t allowed_overshoot, const ByteToBit &byte_to_bit)
bool blender::bits::or_bools_into_bits (Span< bool > bools, MutableBitSpan r_bits, int64_t allowed_overshoot=0)