struct TrueWithString
Defined at line 828 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
Helper for declaring std::string within 'if' statement
in pre C++17 build environment.
Public Members
basic_string value
Public Methods
void TrueWithString ()
Defined at line 829 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
void TrueWithString (const char * str)
Defined at line 830 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
void TrueWithString (const std::string & str)
Defined at line 831 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h
bool operator bool ()
Defined at line 832 of file ../../third_party/googletest/src/googletest/include/gtest/internal/gtest-internal.h