ее упоминание в квадратных скобках?
Дополню вопрос. const так же виден
думаю потому что она не переменная, а значение. нет проблем с деструкторами
Всмысле захват по конст рефу?
captures - a comma-separated list of zero or more captures, optionally beginning with a capture-default. See below for the detailed description of captures. A lambda expression can use a variable without capturing it if the variable is a non-local variable or has static or thread local storage duration (in which case the variable cannot be captured), or is a reference that has been initialized with a constant expression. A lambda expression can read the value of a variable without capturing it if the variable has const non-volatile integral or enumeration type and has been initialized with a constant expression, or is constexpr and has no mutable members.
это не знаю. а const думаю копируется
Обсуждают сегодня