| 215 | } |
| 216 | |
| 217 | exec::function<int() noexcept> get_i_with_capture() const noexcept |
| 218 | { |
| 219 | return exec::function<int() noexcept>([this]() noexcept { return just_i(); }); |
| 220 | } |
| 221 | |
| 222 | exec::function<int(impl const *) noexcept> get_i_with_pmfn() const noexcept |
| 223 | { |