MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / operator==

Function operator==

benchmarks/boost/array.hpp:342–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340 // comparisons
341 template<class T, std::size_t N>
342 bool operator== (const array<T,N>& x, const array<T,N>& y) {
343 return std::equal(x.begin(), x.end(), y.begin());
344 }
345 template<class T, std::size_t N>
346 bool operator< (const array<T,N>& x, const array<T,N>& y) {
347 return std::lexicographical_compare(x.begin(),x.end(),y.begin(),y.end());

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected