Function libCZI::operator&#
Defined in File libCZI_Helpers.h
Function Documentation#
-
constexpr ICZIReader::OpenOptions::SubBlockDirectoryInfoPolicy libCZI::operator&(ICZIReader::OpenOptions::SubBlockDirectoryInfoPolicy lhs, ICZIReader::OpenOptions::SubBlockDirectoryInfoPolicy rhs)#
This operator allows combining multiple
SubBlockDirectoryInfoPolicyflags into a single value using the bitwise AND operation. It is useful for checking whether specific policies are enabled when configuring the behavior of theICZIReader::OpenOptionsclass.- Parameters:
lhs – The left-hand side
SubBlockDirectoryInfoPolicyvalue.rhs – The right-hand side
SubBlockDirectoryInfoPolicyvalue.
- Returns:
A
SubBlockDirectoryInfoPolicyvalue that represents the intersection of the two input flags.