googletest/docs/reference
Abseil Team a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce.
This provides a type-safe way for an action to express that it wants to be
called only once, or to capture move-only objects. It is a generalization of
the type system-evading hack in ByMove, with the improvement that it works for
_any_ action (including user-defined ones), and correctly expresses that the
action can only be used with WillOnce. I'll make existing actions benefit in a
future commit.

PiperOrigin-RevId: 440496139
Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
2022-04-08 18:40:07 -07:00
..
actions.md fix typos 2021-06-13 19:53:04 +09:00
assertions.md Googletest export 2021-06-02 17:54:45 -04:00
matchers.md Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. 2022-02-09 16:20:06 -08:00
mocking.md Add support for move-only and &&-qualified actions in WillOnce. 2022-04-08 18:40:07 -07:00
testing.md Merge pull request #3774 from sobczyk:main 2022-03-15 06:55:30 -07:00