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

Method swap

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

Source from the content-addressed store, hash-verified

3816 };
3817
3818 void swap(SourceFile& b) { _file.swap(b._file); }
3819
3820#ifdef BACKWARD_ATLEAST_CXX11
3821 SourceFile(SourceFile&& from) : _file(nullptr) { swap(from); }

Callers

nothing calls this directly

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected