目录
lambda表达式
- 也就是匿名函数,我们可以在全局区、函数内、就像声明变量一样来声明一个函数出来用,而普通函数并不能在函数内声明。
- 示例:
int main() {
// 声明
auto fun = []() {
cout << 123 << endl;
};
// 调用
fun();
return 0;
}
递归
- 对于普通函数,递归调用很简单,我们可以在函数内直接调用函数自己。
int hello(int value) {
if(value < 0) {
return 0;
}
cout << value << endl;
hello(value - 1);
}
lambda递归
- 对于 lambda 实现递归,由于它是匿名函数,本身没有函数名,我们是把他赋值给了一个变量。
- 但要注意的是,像下面这样直接调用是不行的:
- 因为在 声明lambda表达式时,变量fun应当视为还没声明,fun需要等lambda表达式构造完成后赋值过来才算完成声明,因此在 lambda 内是不能访问 fun 这个变量的。
int main() {
auto fun = [&fun](int value) {
if(value < 0) {
return;
}
cout << value << endl;
// 这里是不行的!!!
fun(value - 1);
};
fun(10);
return 0;
}
- 既然如此,我们可以在lambda表达式前先声明一个 “容器”,让它去保存lambda,并且在声明 lambda时,由于这个容器是之前声明好的,因此可以引用捕获它,然后在 lambda内取到自己调用即可:
#include <iostream>
#include <functional>
using namespace std;
int main() {
int i = 10;
std::function<void()> myfun;
myfun = [&myfun, &i]() {
if (i < 0) {
return;
}
cout << i << endl;
--i;
myfun();
};
myfun();
return 0;
}
вавада рабочее зеркало: vavada – вавада зеркало
http://vavada.auction/# vavada online casino
http://vavada.auction/# вавада рабочее зеркало
1win официальный сайт: 1вин – 1вин официальный сайт
What’s Taking place i am new to this, I stumbled upon this I have discovered It positively helpful and it has aided me out loads. I am hoping to give a contribution & assist different users like its helped me. Great job.
1xbet официальный сайт: зеркало 1хбет – 1хбет зеркало
Профессиональный сервисный центр по ремонту варочных панелей и индукционных плит.
Мы предлагаем: варочная панель ремонт
Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!
1хбет официальный сайт: зеркало 1хбет – 1хбет
http://pin-up.diy/# pin up казино
http://1win.directory/# 1вин
Если вы искали где отремонтировать сломаную технику, обратите внимание – профи барнаул
1win вход: 1вин сайт – 1win официальный сайт
I used to be able to find good info from your blog articles.
вавада рабочее зеркало: vavada казино – вавада рабочее зеркало
Adored this entry. It’s extremely comprehensive and full of useful details. Fantastic effort!
You’re so awesome! I do not think I’ve truly read a single thing like that before. So wonderful to discover someone with original thoughts on this issue. Really.. thank you for starting this up. This site is one thing that’s needed on the web, someone with some originality.
I quite like reading a post that can make men and women think. Also, many thanks for allowing for me to comment.
пин ап казино вход: пин ап казино вход – пин ап казино вход
https://1xbet.contact/# 1xbet зеркало рабочее на сегодня
http://vavada.auction/# вавада зеркало
This is a topic that’s close to my heart… Cheers! Exactly where can I find the contact details for questions?
This website was… how do you say it? Relevant!! Finally I’ve found something that helped me. Appreciate it.
Pretty! This has been a really wonderful post. Thanks for supplying these details.
пин ап вход: pin up casino – пин ап казино вход
1хбет официальный сайт: 1хбет зеркало – 1хбет зеркало
I absolutely love your site.. Pleasant colors & theme. Did you build this site yourself? Please reply back as I’m hoping to create my own website and want to learn where you got this from or exactly what the theme is called. Thanks!
Профессиональный сервисный центр по ремонту источников бесперебойного питания.
Мы предлагаем: ремонт бесперебойников
Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!
Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт бытовой техники в новосибирске
ремонт смартфонов
Профессиональный сервисный центр по ремонту Apple iPhone в Москве.
Мы предлагаем: качественный ремонт айфонов в москве
Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!
Can I just say what a relief to discover somebody who really knows what they are discussing on the net. You actually understand how to bring a problem to light and make it important. A lot more people ought to read this and understand this side of the story. I can’t believe you are not more popular since you certainly possess the gift.
This is the perfect web site for everyone who wishes to understand this topic. You know a whole lot its almost hard to argue with you (not that I actually would want to…HaHa). You certainly put a fresh spin on a topic that’s been discussed for a long time. Great stuff, just great.
You have made some really good points there. I looked on the net for more info about the issue and found most people will go along with your views on this web site.
Spot on with this write-up, I really think this amazing site needs far more attention. I’ll probably be returning to read through more, thanks for the advice.
That is a really good tip especially to those fresh to the blogosphere. Short but very accurate information… Many thanks for sharing this one. A must read article.
1xbet зеркало рабочее на сегодня: 1xbet официальный сайт мобильная версия – 1xbet зеркало рабочее на сегодня
pin up casino: пин ап казино вход – пин ап казино вход
Hello! I could have sworn I’ve been to this website before but after looking at a few of the posts I realized it’s new to me. Nonetheless, I’m certainly delighted I stumbled upon it and I’ll be book-marking it and checking back regularly.
Good day! I could have sworn I’ve been to this blog before but after going through many of the posts I realized it’s new to me. Anyways, I’m certainly pleased I discovered it and I’ll be book-marking it and checking back regularly.
Can I just say what a relief to uncover a person that actually understands what they’re talking about on the net. You definitely know how to bring an issue to light and make it important. More and more people really need to look at this and understand this side of your story. It’s surprising you are not more popular given that you certainly possess the gift.
satellite tv has got to be one of the best inventions that we humans enjoy,”
I’m pretty pleased to find this web site. I wanted to thank you for ones time for this fantastic read!! I definitely savored every part of it and I have you book marked to look at new stuff in your blog.
1xbet: 1xbet официальный сайт – 1xbet зеркало
https://1xbet.contact/# 1xbet скачать
After going over a handful of the articles on your web site, I really like your way of writing a blog. I book marked it to my bookmark webpage list and will be checking back in the near future. Please check out my web site too and tell me your opinion.
http://pin-up.diy/# пин ап казино
You ought to be a part of a contest for one of the highest quality sites online. I will recommend this website!
pin up казино: пин ап вход – пин ап казино вход
Way cool! Some extremely valid points! I appreciate you penning this article plus the rest of the site is also very good.
1win зеркало 1win официальный сайт 1вин зеркало