#include <exception_safety_testing.h>
Public Member Functions | |
DefaultFactory (const T &t) | |
std::unique_ptr< T > | operator() () const |
Private Attributes | |
T | t_ |
Definition at line 823 of file exception_safety_testing.h.
testing::exceptions_internal::DefaultFactory< T >::DefaultFactory | ( | const T & | t | ) | [inline, explicit] |
Definition at line 825 of file exception_safety_testing.h.
std::unique_ptr<T> testing::exceptions_internal::DefaultFactory< T >::operator() | ( | ) | const [inline] |
Definition at line 826 of file exception_safety_testing.h.
T testing::exceptions_internal::DefaultFactory< T >::t_ [private] |
Definition at line 829 of file exception_safety_testing.h.