MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / operator*

Method operator*

src/backward.h:634–634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632 typedef typename rm_ptr<T>::type& ref_t;
633 typedef const typename rm_ptr<T>::type& const_ref_t;
634 ref_t operator*() { return *_val; }
635 const_ref_t operator*() const { return *_val; }
636 ref_t operator[](size_t idx) { return _val[idx]; }
637

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected