JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
lambdas.hpp
Go to the documentation of this file.
1
#ifndef LAMBDAS_HPP
2
#define LAMBDAS_HPP
3
4
#include <vector>
5
#include <iostream>
6
#include <algorithm>
7
8
namespace
LambdasExamples
{
9
void
example
(
void
);
10
void
example2
(
void
);
11
}
12
13
#endif
LambdasExamples
Definition
lambdas.hpp:8
LambdasExamples::example
void example(void)
Definition
lambdas.cpp:3
LambdasExamples::example2
void example2(void)
Definition
lambdas.cpp:39
exercises
inc
lambdas.hpp
Generated by
1.13.0