🧗‍♂️Random Restart

Recent Notes

  • Power

    Apr 12, 2026

    • Arduino
  • Joy Package

    Apr 12, 2026

    • robotics
    • ros
    • package
  • C++ Lambda Function

    Apr 12, 2026

    PortfolioArtificial IntelligenceRoboticsSoftwareEngineeringGitHub
    Home

    ❯

    Computer Science

    ❯

    C++

    ❯

    C++ Lambda Function

    C++ Lambda Function

    Apr 12, 20261 min read

    Intro

    In C++, a lambda function is an anonymous, inline function.

    [capture] (parameters) { code };

    Resources

    • https://www.w3schools.com/cpp/cpp_functions_lambda.asp

    Graph View

    • Intro
    • Resources

    Created with Quartz v4.5.1 © 2026

    • GitHub
    • Discord