Xmipp  v3.23.11-Nereus
Public Member Functions | Public Attributes | List of all members
testing::internal::ByMoveWrapper< T > Struct Template Reference

#include <gmock-actions.h>

Collaboration diagram for testing::internal::ByMoveWrapper< T >:
Collaboration graph
[legend]

Public Member Functions

 ByMoveWrapper (T value)
 

Public Attributes

payload
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ ByMoveWrapper()

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

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

918 : payload(std::move(value)) {}

Member Data Documentation

◆ payload

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

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


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