tesseract v5.3.3.20231005
testing::internal::ImplBase< Impl >::Holder Struct Reference

#include <gmock-actions.h>

Public Member Functions

 operator const Impl & () const
 

Public Attributes

std::shared_ptr< Impl > ptr
 

Detailed Description

template<typename Impl>
struct testing::internal::ImplBase< Impl >::Holder

Definition at line 1489 of file gmock-actions.h.

Member Function Documentation

◆ operator const Impl &()

template<typename Impl >
testing::internal::ImplBase< Impl >::Holder::operator const Impl & ( ) const
inlineexplicit

Definition at line 1491 of file gmock-actions.h.

1491{ return *ptr; }

Member Data Documentation

◆ ptr

template<typename Impl >
std::shared_ptr<Impl> testing::internal::ImplBase< Impl >::Holder::ptr

Definition at line 1492 of file gmock-actions.h.


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