Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
testing::internal::ByMoveWrapper< T > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

 ByMoveWrapper (T value)
 

Public Attributes

T payload
 

Detailed Description

template<typename T>
struct testing::internal::ByMoveWrapper< T >

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

Constructor & Destructor Documentation

template<typename T >
testing::internal::ByMoveWrapper< T >::ByMoveWrapper ( T  value)
inlineexplicit

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

Member Data Documentation

template<typename T >
T testing::internal::ByMoveWrapper< T >::payload

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


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