Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
testing::internal::UniversalTersePrinter< T[N]> Class Template Reference

#include <gtest-printers.h>

Inheritance diagram for testing::internal::UniversalTersePrinter< T[N]>:

Static Public Member Functions

static void Print (const T(&value)[N], ::std::ostream *os)
 
static void Print (const T &value, ::std::ostream *os)
 

Detailed Description

template<typename T, size_t N>
class testing::internal::UniversalTersePrinter< T[N]>

Definition at line 804 of file gtest-printers.h.

Member Function Documentation

◆ Print() [1/2]

template<typename T, size_t N>
static void testing::internal::UniversalTersePrinter< T[N]>::Print ( const T(&) value[N],
::std::ostream * os )
inlinestatic

Definition at line 806 of file gtest-printers.h.

◆ Print() [2/2]

static void testing::internal::UniversalTersePrinter< T >::Print ( const T & value,
::std::ostream * os )
inlinestatic

Definition at line 792 of file gtest-printers.h.


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