Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
a1f71dd5
Commit
a1f71dd5
authored
Oct 28, 2019
by
Abseil Team
Committed by
vslashg
Oct 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Remove badly formatted suggestion in gmock cheat sheet. PiperOrigin-RevId: 277060475
parent
a8b1a66c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
cheat_sheet.md
googlemock/docs/cheat_sheet.md
+0
-13
No files found.
googlemock/docs/cheat_sheet.md
View file @
a1f71dd5
...
...
@@ -614,19 +614,6 @@ composite action - trying to do so will result in a run-time error.
#### Defining Actions
<table
border=
"1"
cellspacing=
"0"
cellpadding=
"1"
>
<tr>
<td>
`struct SumAction {`
<br>
 
`template <typename T>`
<br>
 
`T operator()(T x, Ty) { return x + y; }`
<br>
`};`
</td>
<td>
Defines a generic functor that can be used as an action summing its
arguments.
</td>
</tr>
<tr>
</tr>
</table>
<!-- mdformat off(no multiline tables) -->
| | |
| :--------------------------------- | :-------------------------------------- |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment