#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) |
| |
◆ PrintValue()
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: