[c++] lambda递归

/ 3,088评论 / 10536阅读 / 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. Matthewobjet说道:

    cheap Rybelsus 14 mg: cheap Rybelsus 14 mg – rybelsus

  2. Michaelexiny说道:

    ivermectin online cheapest stromectol minocycline weight gain

  3. Stevenmut说道:

    https://zithromax.company/# order zithromax over the counter
    zithromax without prescription

  4. Samueltib说道:

    https://gabapentin.auction/# neurontin tablets no script

  5. Nicolasburne说道:

    https://amoxil.llc/# cheap amoxicillin 500mg

  6. Michaelexiny说道:

    neurontin 100mg cap gabapentin best price ordering neurontin online

  7. Профессиональный сервисный центр по ремонту моноблоков iMac в Москве.
    Мы предлагаем: ремонт imac в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  8. Stevenmut说道:

    http://zithromax.company/# how to get zithromax online
    where can i purchase zithromax online

  9. Nicolasburne说道:

    https://zithromax.company/# zithromax 250 mg

  10. Michaelexiny说道:

    generic zithromax 500mg zithromax best price buy cheap zithromax online

  11. Matthewobjet说道:

    amoxicillin 500mg prescription: amoxicillin 50 mg tablets – amoxicillin 500 mg capsule

  12. Nicolasburne说道:

    https://semaglutide.win/# buy semaglutide online

  13. Stevenmut说道:

    https://zithromax.company/# zithromax 500mg
    where can i buy zithromax in canada

  14. Профессиональный сервисный центр по ремонту моноблоков iMac в Москве.
    Мы предлагаем: мастер по ремонту imac
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  15. petloverhaven说道:

    Hey there You have done a fantastic job I will certainly digg it and personally recommend to my friends Im confident theyll be benefited from this site

  16. Michaelexiny说道:

    rybelsus Buy semaglutide pills Semaglutide pharmacy price

  17. Samueltib说道:

    https://gabapentin.auction/# neurontin 800 mg pill

  18. Nicolasburne说道:

    http://semaglutide.win/# buy rybelsus

  19. britishiptv说道:

    Simply desire to say your article is as surprising The clearness in your post is simply excellent and i could assume you are an expert on this subject Fine with your permission let me to grab your feed to keep up to date with forthcoming post Thanks a million and please carry on the gratifying work

  20. Nicolasburne说道:

    https://gabapentin.auction/# buy neurontin online

  21. Michaelexiny说道:

    buy rybelsus Rybelsus 14 mg cheap Rybelsus 14 mg

  22. Matthewobjet说道:

    how to buy amoxicillin online: buy amoxil – antibiotic amoxicillin

  23. Stevenmut说道:

    http://stromectol.agency/# stromectol cream
    zithromax price south africa

  24. Samueltib说道:

    http://amoxil.llc/# amoxicillin 800 mg price

  25. Профессиональный сервисный центр по ремонту моноблоков iMac в Москве.
    Мы предлагаем: сервисный центр imac
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  26. Michaelexiny说道:

    rybelsus generic rybelsus order Rybelsus for weight loss

  27. Nicolasburne说道:

    https://semaglutide.win/# cheap Rybelsus 14 mg

  28. Matthewobjet说道:

    amoxicillin 500mg capsule buy online: cheapest amoxil – can i buy amoxicillin online

  29. Nicolasburne说道:

    https://gabapentin.auction/# neurontin gabapentin

  30. Michaelexiny说道:

    zithromax prescription zithromax best price can i buy zithromax online

  31. Samueltib说道:

    http://semaglutide.win/# Rybelsus 14 mg price

  32. Hi Neat post There is a problem along with your website in internet explorer would test this IE still is the market chief and a good section of other folks will pass over your magnificent writing due to this problem

  33. Stevenmut说道:

    https://amoxil.llc/# purchase amoxicillin online
    zithromax without prescription

  34. Matthewobjet说道:

    neurontin medication: cheapest gabapentin – how much is neurontin pills

  35. This is a topic which is close to my heart… Best wishes! Exactly where are your contact details though?

  36. Nicolasburne说道:

    https://stromectol.agency/# minocycline capsule

  37. An outstanding share! I’ve just forwarded this onto a coworker who has been doing a little research on this. And he actually ordered me dinner due to the fact that I stumbled upon it for him… lol. So let me reword this…. Thank YOU for the meal!! But yeah, thanx for spending some time to talk about this issue here on your web site.

  38. Michaelexiny说道:

    where to buy amoxicillin 500mg can you purchase amoxicillin online antibiotic amoxicillin

  39. Nicolasburne说道:

    https://amoxil.llc/# amoxicillin 500mg capsule buy online

  40. Matthewobjet说道:

    ivermectin australia: stromectol best price – minocycline 100mg for sale

  41. I’m extremely pleased to find this site. I want to to thank you for ones time for this particularly wonderful read!! I definitely liked every part of it and i also have you bookmarked to see new things on your blog.

  42. Samueltib说道:

    https://semaglutide.win/# Buy semaglutide pills

  43. Boostaro Review说道:

    Adored the insight in this post. It’s highly detailed and filled with beneficial information. Great job!

  44. Stevenmut说道:

    https://semaglutide.win/# Semaglutide pharmacy price
    zithromax 250 mg tablet price

  45. Michaelexiny说道:

    buy rybelsus Rybelsus 14 mg price order Rybelsus for weight loss

  46. Stevenmut说道:

    https://gabapentin.auction/# prescription price for neurontin
    zithromax cost

  47. Matthewobjet说道:

    rybelsus generic: Buy compounded semaglutide online – semaglutide

发表回复

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