#include <gmock-actions.h>
Classes | |
| struct | Holder |
Public Types | |
| using | type = typename std::conditional< std::is_constructible< Impl >::value, Impl, Holder >::type |
Definition at line 1488 of file googletest/googlemock/include/gmock/gmock-actions.h.
| using testing::internal::ImplBase< Impl >::type = typename std::conditional<std::is_constructible<Impl>::value, Impl, Holder>::type |
Definition at line 1495 of file googletest/googlemock/include/gmock/gmock-actions.h.