ApprentissageProgrammationCpp
..
|
#include <functional>
#include <iostream>
#include <vector>
#include <ranges>
#include <concepts>
Fonctions | |
auto | forEach (std::ranges::common_range auto values, auto f) |
int | main () |
auto forEach | ( | std::ranges::common_range auto | values, |
auto | f | ||
) |
int main | ( | ) |
[lambda_no_capture]
[lambda_no_capture]
[lambda_copy_capture]
[lambda_copy_capture]
[lambda_ref_capture]
[lambda_ref_capture]
[lambda_copy_all_capture]
[lambda_copy_all_capture]
[lambda_ref_all_capture]
[lambda_ref_all_capture]
[mutable]
[mutable]
[mutable_call]
[mutable_call]
[for_each_call]
[for_each_call]