Searched defs:ByMoveWrapper (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-actions.h504 struct ByMoveWrapper { struct in namespace:testing::internal
505 explicit ByMoveWrapper(T value) : payload(internal::move(value)) {} function in struct:testing::internal::ByMoveWrapper

Completed in 14 milliseconds