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

Function TestNotEmpty

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

Source from the content-addressed store, hash-verified

10773
10774template <typename T = int>
10775void TestNotEmpty() {
10776 static_assert(sizeof(T) == 0, "Empty arguments are not allowed.");
10777}
10778template <typename T = int>
10779void TestNotEmpty(const T&) {}
10780

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected