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

Function operator<

benchmarks/boost/array.hpp:346–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());
348 }
349 template<class T, std::size_t N>
350 bool operator!= (const array<T,N>& x, const array<T,N>& y) {
351 return !(x==y);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected