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

Method operator>=

src/libcpp/containers/array_iter.hpp:227–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 return this->_ptr <= _src._ptr ;
226 }
227 __inline_call bool_type operator>= (
228 self_type const& _src
229 ) const
230 { /*-------- more than or equal to */
231 return this->_ptr >= _src._ptr ;
232 }
233
234 } ;
235

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected