-
#include "tensorstore/data_type.h" -
friend constexpr bool
tensorstore::DataType::operator==(DataType a, DataType b); -
friend constexpr bool
tensorstore::DataType::operator!=(DataType a, DataType b); -
friend constexpr bool
tensorstore::DataType::operator==(DataType r,
const std::type_info& type); -
friend constexpr bool
tensorstore::DataType::operator!=(DataType r,
const std::type_info& type); -
friend constexpr bool
tensorstore::DataType::operator==(const std::type_info& type,
DataType r); -
friend constexpr bool
tensorstore::DataType::operator!=(const std::type_info& type,
DataType r); Comparison operators.