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

Class ConstRef

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

Source from the content-addressed store, hash-verified

1298// standard, and necessary so that "T" can always bind to "const T&".
1299template <typename T>
1300struct ConstRef { typedef const T& type; };
1301template <typename T>
1302struct ConstRef<T&> { typedef T& type; };
1303

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected