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

Method operator<=

src/libcpp/containers/array_iter.hpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 __inline_call bool_type operator<= (
222 self_type const& _src
223 ) const
224 { /*-------- less than or equal to */
225 return this->_ptr <= _src._ptr ;
226 }
227 __inline_call bool_type operator>= (
228 self_type const& _src
229 ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected