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 OR operation. It is useful for specifying multiple policies simultaneously 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 combination of the two input flags.