Public Member Functions | Private Attributes | List of all members
testing::exceptions_internal::DefaultFactory< T > Class Template Reference

#include <exception_safety_testing.h>

Public Member Functions

 DefaultFactory (const T &t)
 
std::unique_ptr< T > operator() () const
 

Private Attributes

t_
 

Detailed Description

template<typename T>
class testing::exceptions_internal::DefaultFactory< T >

Definition at line 823 of file exception_safety_testing.h.

Constructor & Destructor Documentation

template<typename T >
testing::exceptions_internal::DefaultFactory< T >::DefaultFactory ( const T &  t)
inlineexplicit

Definition at line 825 of file exception_safety_testing.h.

Member Function Documentation

template<typename T >
std::unique_ptr<T> testing::exceptions_internal::DefaultFactory< T >::operator() ( ) const
inline

Definition at line 826 of file exception_safety_testing.h.

Member Data Documentation

template<typename T >
T testing::exceptions_internal::DefaultFactory< T >::t_
private

Definition at line 829 of file exception_safety_testing.h.


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


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:20:00