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
SubBlockDirectoryInfoPolicy
flags into a single value using the bitwise OR operation. It is useful for specifying multiple policies simultaneously when configuring the behavior of theICZIReader::OpenOptions
class.- Parameters:
lhs – The left-hand side
SubBlockDirectoryInfoPolicy
value.rhs – The right-hand side
SubBlockDirectoryInfoPolicy
value.
- Returns:
A
SubBlockDirectoryInfoPolicy
value that represents the combination of the two input flags.