#include <gtest-printers.h>
|
| template<typename T , typename = typename std::enable_if< (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && !IsRecursiveContainer<T>::value>::type> |
| static void | PrintValue (const T &container, std::ostream *os) |
| |
| template<typename T , typename = typename std::enable_if< (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && !IsRecursiveContainer<T>::value>::type> |
| static void | PrintValue (const T &container, std::ostream *os) |
| |
◆ PrintValue() [1/2]
template<typename T , typename = typename std::enable_if< (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && !IsRecursiveContainer<T>::value>::type>
| static void testing::internal::ContainerPrinter::PrintValue |
( |
const T & |
container, |
|
|
std::ostream * |
os |
|
) |
| |
|
inlinestatic |
◆ PrintValue() [2/2]
template<typename T , typename = typename std::enable_if< (sizeof(IsContainerTest<T>(0)) == sizeof(IsContainer)) && !IsRecursiveContainer<T>::value>::type>
| static void testing::internal::ContainerPrinter::PrintValue |
( |
const T & |
container, |
|
|
std::ostream * |
os |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: