struct ConstCharPtr
Defined at line 820 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
Helper for suppressing false warning from Clang on a const char*
variable declared in a conditional expression always being NULL in
the else branch.
Public Members
const char * value
Public Methods
void ConstCharPtr (const char * str)
Defined at line 821 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
bool operator bool ()
Defined at line 822 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h