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

Method operator >

src/libcpp/containers/array_iter.hpp:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 return this->_ptr < _src._ptr ;
213 }
214 __inline_call bool_type operator > (
215 self_type const& _src
216 ) const
217 { /*-------------------- more than */
218 return this->_ptr > _src._ptr ;
219 }
220
221 __inline_call bool_type operator<= (
222 self_type const& _src

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected