proxygen
testing::internal::ByMoveWrapper< T > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

 ByMoveWrapper (T value)
 
 ByMoveWrapper (T value)
 
 ByMoveWrapper (T value)
 

Public Attributes

T payload
 

Detailed Description

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

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

Constructor & Destructor Documentation

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

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

static const char *const value
Definition: Conv.cpp:50
const T & move(const T &t)
Definition: gtest-port.h:1317
template<typename T >
testing::internal::ByMoveWrapper< T >::ByMoveWrapper ( T  value)
inlineexplicit

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

static const char *const value
Definition: Conv.cpp:50
const T & move(const T &t)
Definition: gtest-port.h:1317
template<typename T >
testing::internal::ByMoveWrapper< T >::ByMoveWrapper ( T  value)
inlineexplicit

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

static const char *const value
Definition: Conv.cpp:50
const T & move(const T &t)
Definition: gtest-port.h:1317

Member Data Documentation

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

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


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