MCPcopy Create free account
hub / github.com/dengwirda/jigsaw / operator <

Method operator <

src/libcpp/containers/array_iter.hpp:208–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 }
207
208 __inline_call bool_type operator < (
209 self_type const& _src
210 ) const
211 { /*-------------------- less than */
212 return this->_ptr < _src._ptr ;
213 }
214 __inline_call bool_type operator > (
215 self_type const& _src
216 ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected