MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / operator->

Method operator->

tensorflow/core/lib/gtl/flatmap.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194 reference operator*() const { return *rep_.val(); }
195 pointer operator->() const { return rep_.val(); }
196 bool operator==(const const_iterator& x) const { return rep_ == x.rep_; }
197 bool operator!=(const const_iterator& x) const { return rep_ != x.rep_; }
198 const_iterator& operator++() {

Callers

nothing calls this directly

Calls 1

valMethod · 0.80

Tested by

no test coverage detected