[c++] lambda递归

/ 4,483评论 / 13019阅读 / 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. Greetings! Very useful advice in this particular article! It is the little changes that will make the largest changes. Many thanks for sharing!

  2. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр xiaomi в москве, можете посмотреть на сайте: сервисный центр xiaomi в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  3. Узнай все о рецидив варикоцеле степени варикоцеле

  4. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр xiaomi в москве, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  5. Узнай все о варикоцеле у мужчин варикоцеле 1 степени

  6. Good article. I will be going through many of these issues as well..

  7. I’m impressed, I must say. Seldom do I encounter a blog that’s both equally educative and engaging, and let me tell you, you have hit the nail on the head. The issue is an issue that not enough people are speaking intelligently about. Now i’m very happy that I came across this in my search for something concerning this.

  8. A few councils are utilizing “pressured” recycling, by changing the big, 240 litre common waste bin with a smaller 180 litre or 140 litre bin, and utilizing the outdated 240 litre one for recyclables.

  9. DanielArill说道:

    buy amoxicillin online without prescription http://priligymaxpharm.com/# dapoxetine price

  10. 房総海鮮丼说道:

    Earlier than COVID-19 GitLab has already sparked numerous controversy around the idea of “price of residing” adjusted salaries.

  11. Derekjup说道:

    can i order generic clomid online: cheap clomid – can i buy generic clomid without prescription

  12. Bradleyarrip说道:

    6 prednisone generic Prednisone prednisone otc uk

  13. DanielArill说道:

    amoxicillin medicine over the counter https://clomidrexpharm.com/# how to buy generic clomid no prescription

  14. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  16. Having read this I believed it was really informative. I appreciate you taking the time and energy to put this information together. I once again find myself spending way too much time both reading and commenting. But so what, it was still worthwhile.

  17. I’d like to thank you for the efforts you’ve put in writing this website. I am hoping to see the same high-grade content by you in the future as well. In fact, your creative writing abilities has motivated me to get my own, personal blog now 😉

  18. Brandenven说道:

    max pharm: max pharm – buy dapoxetine online

  19. Узнай все о варикоцеле причины возникновения варикоцеле и потенция

  20. Bradleyarrip说道:

    prednisone pill 10 mg buy prednisone prednisone price canada

  21. StevenWearo说道:

    cost clomid: buy clomid – where can i get clomid tablets

  22. It will not solely make it interesting, but it surely will also nicely frame your eyes.

  23. Tiziano Peccia has built upon Förster’s work by including a fifth dimension of “total change.” Peccia argues that complete struggle not solely has a profound impact on the end result of the conflict but also produces vital modifications in the political, cultural, financial, and social realms beyond the tip of the conflict.

  24. William James Putt, Overhead Line Foreman, Bodmin South West Electricity plc.

  25. The Promenade des Anlgais ends at Place Masséna, the place a number of different arteries converge too.

  26. DanielArill说道:

    where can you buy amoxicillin over the counter https://priligymaxpharm.com/# cheap priligy

  27. お 菓子 2016说道:

    The feeder will solely dispense the quantity of meals your pet wants so there’s less likelihood of any meals being left in the bowl for the baby to play with.

  28. There additionally was rioting, grenade throwing, and suicide bombings.

  29. How this product works is straightforward.

  30. 爬 書き順说道:

    46. ISSN 0006-2510. Retrieved 25 July 2021 – via Google Books.

  31. Brandenven说道:

    amoxicillin no prescription: cheap amoxil – buy amoxicillin 250mg

  32. 不滅の詩说道:

    Twist the tops together in order that they kind one hook.

  33. Aesthetics – This is the ultimate consideration, and is entirely as much as the keeper.

  34. Soon after it emerged that Graziano Di Prima had been sacked for ‘kicking’ his accomplice Love Island star Zara McDermott.

  35. 愚行 します说道:

    Arthur William Edge Wheeler, Director of Public Prosecutions, Northern Area, Nigeria.

  36. Useful guides on agriculture and animal husbandry, constructing and development, business, business and crafts, communication and transportation, energy, food processing, well being and nutrition, stoves, ovens and kilns, water provide, pure sources, conservation.

  37. 伺う 尊敬語说道:

    Seems to be like Davis’s definition of working class solely extends to the urban jobless who wrestle to pay the “leccy” reasonably than the rural poor who feed the rest of the nation.

  38. Since the late 20th century, Main Avenue has been the subject of redevelopment led by native businessman, Mike DeRuosi.

  39. The sheet that rules all over your mattress.

  40. Absolute claims, akin to “regenerative”, “nature-friendly” or “sustainable” inside a food production context can only be used when they’re supported by a very excessive degree of substantiation.

  41. DanielArill说道:

    over the counter amoxicillin canada http://clomidrexpharm.com/# how to get clomid

  42. Roche, Barry (6 March 2021).

  43. Many individuals are on the lookout for alternatives for funding in actual estate in these metropolitan areas.

  44. Bradleyarrip说道:

    buy amoxicillin from canada Com Pharm medicine amoxicillin 500mg

  45. Derekjup说道:

    where to buy prednisone in canada: order Prednisone – prednisone 50 mg price

  46. DanielArill说道:

    buy amoxicillin canada https://clomidrexpharm.com/# how to get cheap clomid without rx

  47. ShaunLolve说道:

    buy drug online https://canadiandrugsgate.com/# the best ed pill
    male erection

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

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

发表回复

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