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

Function ConstCharPtr

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

Source from the content-addressed store, hash-verified

7256// the else branch.
7257struct GTEST_API_ ConstCharPtr {
7258 ConstCharPtr(const char* str) : value(str) {}
7259 operator bool() const { return true; }
7260 const char* value;
7261};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected