[c++] lambda递归

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

    I absolutely love your website.. Pleasant colors & theme. Did you make this amazing site yourself? Please reply back as I’m trying to create my own personal website and would love to find out where you got this from or just what the theme is called. Appreciate it!

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

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

  4. Marine News. World Ship Society.

  5. Michaelexiny说道:

    order Rybelsus for weight loss Rybelsus 14 mg price cheap Rybelsus 14 mg

  6. Matthewobjet说道:

    ivermectin price uk: stromectol best price – buy minocycline online

  7. Stevenmut说道:

    https://stromectol.agency/# ivermectin lotion cost
    generic zithromax online paypal

  8. Ремонт телефонов说道:

    Профессиональный сервисный центр ремонт экрана телефона ремонт телефонов москва дешево

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

  10. Michaelexiny说道:

    cost of neurontin 100mg buy gabapentin neurontin 200 mg capsules

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

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

  13. Nicolasburne说道:

    https://amoxil.llc/# order amoxicillin online

  14. Тут делают продвижение разработка сайтов медицинских организаций seo для медицинского центра

  15. Stevenmut说道:

    https://amoxil.llc/# can we buy amoxcillin 500mg on ebay without prescription
    zithromax 500mg

  16. магазин сейфов предлагает сейф 3 класс взломостойкости купить сейф 3 класса

  17. Matthewobjet说道:

    buy amoxicillin online uk: amoxil best price – medicine amoxicillin 500mg

  18. Nicolasburne说道:

    http://zithromax.company/# zithromax buy online no prescription

  19. Stevenmut说道:

    https://semaglutide.win/# Buy compounded semaglutide online
    where can i get zithromax

  20. магазин сейфов предлагает взломостойкие сейфы 3 класса купить сейф 3 класса

  21. Chandragupta II assumed the title of “Vikramaditya”, in celebration of his victory over the Western Satraps.

  22. Another option is to make use of colour to unite objects that haven’t any common thread.

  23. エライザcm说道:

    The bus continues to Lagos, or you can have a espresso and proceed to Tunes & Lagos by prepare.

  24. Single of the Week: The Disciple’s ‘Bottom of Society’ Takes the Rap Scene by Storm.

  25. Samueltib说道:

    https://amoxil.llc/# amoxicillin no prescription

  26. A series of attacks started on 11 July 2009 and continued for more than 5 days.

  27. Michaelexiny说道:

    zithromax 1000 mg online zithromax for sale zithromax over the counter

  28. Please enhance this section by adding secondary or tertiary sources.

  29. I shot multi-gun with a semi and I’m positive with self-loaders.

  30. Michaelexiny说道:

    zithromax generic price order zithromax where can i get zithromax

  31. Stevenmut说道:

    http://amoxil.llc/# buy amoxicillin 500mg uk
    zithromax 250 price

  32. Matthewobjet说道:

    topical ivermectin cost: stromectol for sale – ivermectin buy australia

  33. Stevenmut说道:

    https://stromectol.agency/# buy minocycline 50mg online
    can i buy zithromax online

  34. Michaelexiny说道:

    generic amoxicillin cost amoxil best price amoxicillin 875 mg tablet

  35. магазин сейфов предлагает взломостойкие сейфы 3 класса сейфы 3 класса

  36. Michaelexiny说道:

    cost of neurontin 600mg gabapentin price buy gabapentin

  37. Stevenmut说道:

    https://zithromax.company/# zithromax 250
    where to get zithromax

  38. Matthewobjet说道:

    Buy compounded semaglutide online: Rybelsus 14 mg price – buy semaglutide online

  39. Michaelexiny说道:

    semaglutide rybelsus Rybelsus 14 mg price

  40. Stevenmut说道:

    https://zithromax.company/# buy zithromax 1000 mg online
    how to buy zithromax online

  41. Nicolasburne说道:

    http://semaglutide.win/# order Rybelsus for weight loss

  42. Samueltib说道:

    http://semaglutide.win/# Buy compounded semaglutide online

  43. Michaelexiny说道:

    Buy semaglutide pills rybelsus cost Rybelsus 7mg

  44. Nicolasburne说道:

    https://zithromax.company/# generic zithromax 500mg india

  45. Laureen Elberson说道:

    This site was… how do I say it? Relevant!! Finally I have found something that helped me. Many thanks!

发表回复

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