mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
Link added for function objects and lambdas
This commit is contained in:
parent
7be6e7daed
commit
eb5f6a5b90
|
@ -2314,7 +2314,7 @@ Other function rules:
|
||||||
* [F.54: If you capture `this`, capture all variables explicitly (no default capture)](#Rf-this-capture)
|
* [F.54: If you capture `this`, capture all variables explicitly (no default capture)](#Rf-this-capture)
|
||||||
* [F.55: Don't use `va_arg` arguments](#F-varargs)
|
* [F.55: Don't use `va_arg` arguments](#F-varargs)
|
||||||
|
|
||||||
Functions have strong similarities to lambdas and function objects so see also Section ???.
|
Functions have strong similarities to lambdas and function objects so see also [C.lambdas: Function objects and lambdas](#SS-lambdas).
|
||||||
|
|
||||||
## <a name="SS-fct-def"></a>F.def: Function definitions
|
## <a name="SS-fct-def"></a>F.def: Function definitions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user