Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ConstCharPtr Struct Reference

#include <gtest-internal.h>

Public Member Functions

 ConstCharPtr (const char *str)
 
 operator bool () const
 

Public Attributes

const char * value
 

Detailed Description

Definition at line 724 of file gtest-internal.h.

Constructor & Destructor Documentation

◆ ConstCharPtr()

testing::internal::ConstCharPtr::ConstCharPtr ( const char * str)
inline

Definition at line 725 of file gtest-internal.h.

725: value(str) {}

Member Function Documentation

◆ operator bool()

testing::internal::ConstCharPtr::operator bool ( ) const
inline

Definition at line 726 of file gtest-internal.h.

726{ return true; }

Member Data Documentation

◆ value

const char* testing::internal::ConstCharPtr::value

Definition at line 727 of file gtest-internal.h.


The documentation for this struct was generated from the following file: