[c++] lambda递归

/ 4,486评论 / 13029阅读 / 0点赞

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递归

int main() {
    auto fun = [&fun](int value) {
        if(value < 0) { 
             return;
        }
        cout << value << endl;
        // 这里是不行的!!!
        fun(value - 1);
    };
    fun(10);
    return 0;
}

#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;
}
  1. Тут можно преобрести оружейный сейф на заказ москва оружейный сейф на заказ москва

  2. Тут можно преобрести сейф оружейный купить москва оружейные шкафы в москве

  3. GlennSeade说道:

    erectial disfunction Best Canadian online pharmacy pharmacy medications

  4. GlennSeade说道:

    pharmacies in mexico that ship to usa Mexican Pharm Gate mexico pharmacies prescription drugs

  5. LarryHer说道:

    cheapest online pharmacy india: Best online Indian pharmacy – india pharmacy

  6. Тут можно преобрести сейф противопожарный сейф москва огнестойкий купить

  7. Тут можно преобрести сейфы пожаростойкие купить сейф огнестойкий

  8. Тут можно преобрести оружейные сейфы цена оружейный сейф купить

  9. Тут можно преобрести сейф для ружья цена сейф шкаф купить

  10. Excellent article. I found the details highly beneficial. Adored the method you clarified the content.

  11. LarryHer说道:

    mexican border pharmacies shipping to usa: mexicanpharmgate.com – mexican drugstore online

  12. Bradleyarrip说道:

    http://canadiandrugsgate.com/# erectile dysfunction treatments

  13. Stairlift说道:

    Greetings! Very useful advice in this particular post! It is the little changes that will make the largest changes. Thanks a lot for sharing!

  14. GlennSeade说道:

    mexico drug stores pharmacies mexican pharmacy mexican pharmaceuticals online

  15. Jefferyswava说道:

    vacuum pumps for ed: canadiandrugsgate.com – erectional dysfunction

  16. Здесь можно преобрести модели сейфов сейфы москва

  17. Здесь можно преобрести купить сейф оптом сейф цена купить

  18. Excellent article. I’m experiencing some of these issues as well..

  19. Jefferyswava说道:

    indian pharmacies safe: indianpharmacyeasy – п»їlegitimate online pharmacies india

  20. Oh my goodness! Incredible article dude! Thank you, However I am experiencing troubles with your RSS. I don’t understand the reason why I can’t join it. Is there anyone else getting the same RSS issues? Anyone that knows the answer can you kindly respond? Thanx!

  21. The very next time I read a blog, I hope that it does not disappoint me just as much as this particular one. I mean, I know it was my choice to read through, nonetheless I truly thought you would probably have something interesting to say. All I hear is a bunch of moaning about something you could fix if you weren’t too busy seeking attention.

  22. Здесь можно преобрести купить сейф сейф цена

  23. LarryHer说道:

    mexican mail order pharmacies: mexicanpharmgate.com – mexican pharmaceuticals online

  24. сейфы说道:

    Здесь можно преобрести купить сейф в москве цена сейф купить

  25. GlennSeade说道:

    do i have ed canadian pharmacy drugs gate drug pharmacy

  26. India call girls说道:

    I enjoy reading an article that will make men and women think. Also, thanks for allowing me to comment.

  27. Oh my goodness! Incredible article dude! Thank you, However I am encountering difficulties with your RSS. I don’t know why I can’t subscribe to it. Is there anybody else having similar RSS issues? Anyone that knows the solution will you kindly respond? Thanx!!

  28. Bradleyarrip说道:

    http://mexicanpharmgate.com/# mexico pharmacies prescription drugs

  29. LarryHer说道:

    best drug for ed: Canadian pharmacy best prices – ed medication online

  30. Bradleyarrip说道:

    https://indianpharmacyeasy.com/# online shopping pharmacy india

  31. Тут можно преобрести сейф охотничий купить оружейные шкафы

  32. Тут можно преобрести оружейный сейф на заказ москва купить оружейный сейф

  33. Jefferyswava说道:

    mexican pharmaceuticals online: MexicanPharmGate – buying prescription drugs in mexico online

  34. 경산오피说道:

    Wonderful post! We are linking to this great content on our site. Keep up the good writing.

  35. 대구오피说道:

    An interesting discussion is worth comment. I do believe that you need to publish more on this subject matter, it might not be a taboo matter but usually people don’t discuss such subjects. To the next! Many thanks!

  36. Тут можно преобрести купить сейф огнестойкий в москве сейф жаростойкий

  37. Тут можно преобрести сейф для оружия купить в москве купить сейф под ружье

  38. Тут можно преобрести огнеупорные сейфы купить сейф огнестойкий

  39. Jamiescact说道:

    http://canadiandrugsgate.com/# cheap erectile dysfunction pill

  40. Jefferyswava说道:

    indian pharmacy: Indian pharmacy to USA – Online medicine order

  41. GlennSeade说道:

    ed cures that actually work canadiandrugsgate dysfunction erectile

  42. Тут можно преобрести сейф жаростойкий купить огнестойкий сейф в москве

  43. Тут можно преобрести пожаростойкие сейфы сейф несгораемый купить

  44. This web site truly has all of the information I wanted about this subject and didn’t know who to ask.

  45. Bradleyarrip说道:

    https://mexicanpharmgate.com/# mexican mail order pharmacies

  46. LarryHer说道:

    Online medicine home delivery: Best Indian pharmacy – online pharmacy india

  47. sugar defender ingredients As somebody that’s always been cautious about my blood glucose, discovering Sugar Defender
    has actually been an alleviation. I feel a lot more in control, and my recent examinations
    have revealed positive enhancements. Knowing I have a dependable supplement
    to support my routine gives me peace of mind.

    I’m so happy for Sugar Protector’s effect on my health!

  48. GlennSeade说道:

    mexican online pharmacies prescription drugs mexican pharmacy buying prescription drugs in mexico online

  49. Jefferyswava说道:

    buy online pharmacy: Canadian pharmacy online – ed drugs compared

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注