MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator<

Function operator<

extern/boost/boost/array.hpp:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 }
326 template<class T, std::size_t N>
327 bool operator< (const array<T,N>& x, const array<T,N>& y) {
328 return std::lexicographical_compare(x.begin(),x.end(),y.begin(),y.end());
329 }
330 template<class T, std::size_t N>
331 bool operator!= (const array<T,N>& x, const array<T,N>& y) {
332 return !(x==y);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected