diff --git a/index.html b/index.html index 05b7fcf..8caca58 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,7 @@ f.clear();
(bool)f !f.empty()
f
has no target. The conversion to bool
evaluates true if a target exists, whereas empty()
returns true if no target exists.bool
evaluates true if a target exists, whereas empty()
returns true if no target exists.f(a1, a2, ..., aN)