“capture default - an optional specifier in a lambda-capture list that is either = or &, where = implies that variables captured implicitly are captured by copy, whereas & implies that they are captured by reference. Lambdas (582)” (EMCppSfe 2021)