Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
foo::PrintableViaPrintToTemplate< T > Class Template Reference

Public Member Functions

 PrintableViaPrintToTemplate (const T &a_value)
 
const Tvalue () const
 

Detailed Description

template<typename T>
class foo::PrintableViaPrintToTemplate< T >

Definition at line 159 of file gtest-printers_test.cc.

Constructor & Destructor Documentation

◆ PrintableViaPrintToTemplate()

template<typename T >
foo::PrintableViaPrintToTemplate< T >::PrintableViaPrintToTemplate ( const T & a_value)
inlineexplicit

Definition at line 161 of file gtest-printers_test.cc.

161: value_(a_value) {}

Member Function Documentation

◆ value()

template<typename T >
const T & foo::PrintableViaPrintToTemplate< T >::value ( ) const
inline

Definition at line 163 of file gtest-printers_test.cc.

163{ return value_; }
Here is the caller graph for this function:

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