#include <gtest-printers.h>
 | 
| template<typename T , size_t  = sizeof(T)>  | 
| static void  | PrintValue (const T &value, ::std::ostream *os) | 
|   | 
Definition at line 266 of file gtest-printers.h.
 
◆ PrintValue()
template<typename T , size_t  = sizeof(T)> 
  
  
      
        
          | static void testing::internal::RawBytesPrinter::PrintValue  | 
          ( | 
          const T &  | 
          value,  | 
         
        
           | 
           | 
          ::std::ostream *  | 
          os  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 269 of file gtest-printers.h.
  269                                                         {
  271        static_cast<const unsigned char*>(
  272            
  273            reinterpret_cast<const void*
>(std::addressof(
value))),
 
  275  }
GTEST_API_ void PrintBytesInObjectTo(const unsigned char *obj_bytes, size_t count, ::std::ostream *os)
 
 
 
 
The documentation for this struct was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/include/gtest/gtest-printers.h