Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
5e44f5974aa4d6b1149f1b3b7284775460ff4cc8
Switch branch/tag
embb
doc
examples
stl_for_each
lambda-snippet.h
Find file
Normal view
History
Permalink
lambda-snippet.h
98 Bytes
Edit
Newer
Older
Initial version of open source release.
faca57bb
Tobias Schuele
committed
Oct 01, 2014
1
2
std
::
for_each
(
range
.
begin
(),
range
.
end
(),
[]
(
int
&
to_double
)
{
to_double
*=
2
;
});