[c++] lambda递归

/ 3,090评论 / 10544阅读 / 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. Georgemuh说道:

    buy viagra generic: Buy Viagra online in USA – blue pill viagra

  2. Georgemuh说道:

    over the counter alternative to viagra: buy sildenafil online canada – viagra for women

  3. sunwin说道:

    Hi, I do think this is a great site. I stumbledupon it 😉 I am going to revisit once again since I bookmarked it. Money and freedom is the best way to change, may you be rich and continue to guide others.

  4. official site说道:

    You made some good points there. I checked on the web to learn more about the issue and found most individuals will go along with your views on this web site.

  5. Georgemuh说道:

    cialis viagra australia: cialis no prescription – cialis black

  6. Georgemuh说道:

    cialis vs viagra: Buy Viagra online in USA – viagra generic

  7. Samuelrip说道:

    https://tadalafil.auction/# cialis online mastercard

  8. Samuelrip说道:

    http://sildenafil.llc/# generic viagra 100mg

  9. Timothyomide说道:

    https://viagragenerico.site/# viagra online consegna rapida

  10. I’m amazed, I must say. Rarely do I encounter a blog that’s equally educative and amusing, and without a doubt, you have hit the nail on the head. The problem is something that too few men and women are speaking intelligently about. Now i’m very happy I stumbled across this during my hunt for something relating to this.

  11. Timothyomide说道:

    http://avanafil.pro/# Farmacia online miglior prezzo

  12. Tomasdrads说道:

    farmacia online piГ№ conveniente: sildenafil oral jelly 100mg kamagra – Farmacie on line spedizione gratuita

  13. webcam sex说道:

    I’d like to thank you for the efforts you have put in writing this site. I’m hoping to view the same high-grade blog posts from you in the future as well. In truth, your creative writing abilities has motivated me to get my own website now 😉

  14. free sex chat说道:

    You should take part in a contest for one of the finest sites on the web. I am going to recommend this site!

  15. RandyBulty说道:

    viagra online spedizione gratuita: viagra senza ricetta – viagra 100 mg prezzo in farmacia

  16. RandyBulty说道:

    comprare farmaci online all’estero: avanafil 100 mg prezzo – Farmacie online sicure

  17. link bokep说道:

    Hi, I do think this is a great web site. I stumbledupon it 😉 I’m going to return yet again since I saved as a favorite it. Money and freedom is the best way to change, may you be rich and continue to help others.

  18. kontol说道:

    I really love your website.. Pleasant colors & theme. Did you make this website yourself? Please reply back as I’m planning to create my own personal website and want to find out where you got this from or just what the theme is called. Cheers.

  19. Tomasdrads说道:

    le migliori pillole per l’erezione: acquisto viagra – pillole per erezione in farmacia senza ricetta

  20. ngentot pepek说道:

    Good article. I definitely love this website. Thanks!

  21. RandyBulty说道:

    Farmacie on line spedizione gratuita: Farmacie on line spedizione gratuita – farmacie online autorizzate elenco

  22. RandyBulty说道:

    migliori farmacie online 2024: Farmacie on line spedizione gratuita – acquisto farmaci con ricetta

  23. Tomasdrads说道:

    Farmacie online sicure: kamagra gold – farmacia online senza ricetta

  24. Timothyomide说道:

    https://viagragenerico.site/# viagra generico prezzo piГ№ basso

  25. Timothyomide说道:

    http://viagragenerico.site/# viagra pfizer 25mg prezzo

  26. Tomasdrads说道:

    farmaci senza ricetta elenco: Cialis generico recensioni – farmacie online autorizzate elenco

  27. streameast说道:

    Wow superb blog layout How long have you been blogging for you make blogging look easy The overall look of your site is magnificent as well as the content

  28. RandyBulty说道:

    comprare farmaci online all’estero: kamagra oral jelly consegna 24 ore – farmacie online affidabili

  29. RandyBulty说道:

    migliori farmacie online 2024: Avanafil prezzo – farmaci senza ricetta elenco

  30. Bacará ao vivo说道:

    oi, gostei muito da sua escrita, compartilhe, entraremos em contato mais sobre seu artigo na AOL, preciso de um especialista nesta área para resolver meu problema Talvez seja você. Ansioso para vê-lo

  31. NathanIdeft说道:

    Link pyramid, tier 1, tier 2, tier 3
    Top – 500 links with integration embedded in pieces on publishing portals

    Secondary – 3000 URL Forwarded hyperlinks

    Level 3 – 20000 connections mix, comments, entries

    Using a link structure is useful for search engines.

    Demand:

    One hyperlink to the platform.

    Keywords.

    Correct when 1 keyword from the content title.

    Highlight the supplementary offering!

    Important! First-level connections do not conflict with Tier 2 and 3rd-order references

    A link structure is a tool for elevating the flow and inbound links of a internet domain or virtual network

  32. Tomasdrads说道:

    viagra acquisto in contrassegno in italia: viagra prezzo – farmacia senza ricetta recensioni

  33. This is a topic which is near to my heart… Cheers! Where can I find the contact details for questions?

  34. I blog quite often and I seriously appreciate your content. This great article has really peaked my interest. I will take a note of your site and keep checking for new details about once a week. I opted in for your Feed too.

  35. Tomasdrads说道:

    Farmacie on line spedizione gratuita: Cialis generico recensioni – farmacie online autorizzate elenco

  36. RandyBulty说道:

    comprare farmaci online all’estero: Cialis generico 20 mg 8 compresse prezzo – Farmacie on line spedizione gratuita

  37. Whitescreen59说道:

    Very nice article. I absolutely appreciate this website. Keep writing!

  38. Whitescreen54说道:

    Everything is very open with a clear clarification of the challenges. It was truly informative. Your website is very helpful. Thank you for sharing.

  39. Tomasdrads说道:

    п»їFarmacia online migliore: sildenafil oral jelly 100mg kamagra – Farmacie online sicure

  40. Timothyomide说道:

    https://kamagrait.pro/# comprare farmaci online con ricetta

  41. Whitescreen61说道:

    This is a good tip especially to those fresh to the blogosphere. Simple but very precise info… Thanks for sharing this one. A must read post!

  42. Timothyomide说道:

    https://avanafil.pro/# Farmacia online piГ№ conveniente

  43. RandyBulty说道:

    п»їFarmacia online migliore: avanafil generico – top farmacia online

  44. Tomasdrads说道:

    viagra naturale in farmacia senza ricetta: viagra farmacia – viagra originale recensioni

  45. RandyBulty说道:

    farmacie online affidabili: avanafil senza ricetta – top farmacia online

  46. slot说道:

    Wow! In the end I got a webpage from where I be capable of actually get helpful information concerning my study and knowledge.

  47. Tomasdrads说道:

    п»їFarmacia online migliore: Tadalafil generico migliore – farmacia online piГ№ conveniente

  48. I want to to thank you for this good read!! I definitely loved every bit of it. I have got you bookmarked to look at new stuff you post…

  49. RandyBulty说道:

    farmacia online: Cialis generico recensioni – farmacie online affidabili

  50. RandyBulty说道:

    top farmacia online: avanafil generico – acquistare farmaci senza ricetta

发表回复

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