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

Method operator==

src/libcpp/containers/array_iter.hpp:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193/*--------------------------------- comparative operators */
194
195 __inline_call bool_type operator== (
196 self_type const& _src
197 ) const
198 { /*--------------------- equal to */
199 return this->_ptr == _src._ptr ;
200 }
201 __inline_call bool_type operator!= (
202 self_type const& _src
203 ) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected