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

Method operator&

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

Watch out, we've got a badass over here

Source from the content-addressed store, hash-verified

637
638 // Watch out, we've got a badass over here
639 T* operator&()
640 {
641 _empty = false;
642 return &_val;
643 }
644};
645
646// Default demangler implementation (do nothing).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected