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

Class AddReference

tests/gtest/gtest.h:1279–1279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1277// tr1::add_reference, which is not widely available yet.
1278template <typename T>
1279struct AddReference { typedef T& type; }; // NOLINT
1280template <typename T>
1281struct AddReference<T&> { typedef T& type; }; // NOLINT
1282

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected