template <typename T, size_t N>

struct Equality

Defined at line 71 of file ../../sdk/lib/fidl/hlcpp/include/lib/fidl/cpp/comparison.h

Public Methods

bool operator() (const std::array<T, N> & lhs, const std::array<T, N> & rhs)

N.B.: This may be constexpr-able in C++20.

Defined at line 74 of file ../../sdk/lib/fidl/hlcpp/include/lib/fidl/cpp/comparison.h