MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / operator<

Method operator<

ibtk/contrib/boost/boost/multi_array/subarray.hpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105 template <typename OPtr>
106 bool operator<(const const_sub_array<T,NumDims,OPtr>& rhs) const {
107 return std::lexicographical_compare(begin(),end(),rhs.begin(),rhs.end());
108 }
109
110 template <typename OPtr>
111 bool operator==(const const_sub_array<T,NumDims,OPtr>& rhs) const {

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected