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

Method operator[]

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

Source from the content-addressed store, hash-verified

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
638 // Watch out, we've got a badass over here
639 T* operator&()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected