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

Method operator->

src/libcpp/containers/array_iter.hpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292/*-------------------------------- "const" access to data */
293
294 __inline_call data_type const* operator-> (
295 ) const
296 { return &**this ;
297 }
298
299 __inline_call data_type const& operator[] (
300 size_type _pos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected