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

Method operator->

src/libcpp/containers/array_iter.hpp:382–385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

380/*-------------------------------- "write" access to data */
381
382 __inline_call data_type* operator-> (
383 ) const
384 { return &**this ;
385 }
386
387 __inline_call data_type& operator[] (
388 size_type _pos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected