-
#include "tensorstore/array_storage_statistics.h"
-
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator~(Mask a); -
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator|(Mask a, Mask b); -
friend constexpr Mask&
tensorstore::ArrayStorageStatistics::operator|=(Mask& a, Mask b); -
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator&(Mask a, Mask b); -
friend constexpr Mask
tensorstore::ArrayStorageStatistics::operator&=(Mask& a, Mask b); Set operations.