DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / opeq.cpp
123456
inline bool operator==(const batch<T, A>& lhs, const std::array<T, N>& rhs) { std::array<T, N> tmp; lhs.store_unaligned(tmp.data()); return tmp == rhs; }