| 220 | } |
| 221 | |
| 222 | exec::function<int(impl const *) noexcept> get_i_with_pmfn() const noexcept |
| 223 | { |
| 224 | return exec::function<int(impl const *) noexcept>(this, &impl::just_i); |
| 225 | } |
| 226 | |
| 227 | exec::function<int() noexcept> get_i_virtually() const noexcept override |
| 228 | { |