Function libCZI::operator&

Function libCZI::operator&#

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 AND operation. It is useful for checking whether specific policies are enabled when configuring the behavior of the ICZIReader::OpenOptions class.

Parameters:
  • lhs – The left-hand side SubBlockDirectoryInfoPolicy value.

  • rhs – The right-hand side SubBlockDirectoryInfoPolicy value.

Returns:

A SubBlockDirectoryInfoPolicy value that represents the intersection of the two input flags.