Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | List of all members
testing::internal::FindFirstPrinter< T, decltype(Printer::PrintValue(std::declval< const T & >(), nullptr)), Printer, Printers...> Struct Template Reference

#include <gtest-printers.h>

Public Types

using type = Printer
 

Detailed Description

template<typename T, typename Printer, typename... Printers>
struct testing::internal::FindFirstPrinter< T, decltype(Printer::PrintValue(std::declval< const T & >(), nullptr)), Printer, Printers...>

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

Member Typedef Documentation

template<typename T , typename Printer , typename... Printers>
using testing::internal::FindFirstPrinter< T, decltype(Printer::PrintValue(std::declval< const T & >(), nullptr)), Printer, Printers...>::type = Printer

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


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