| 56 | |
| 57 | template <class TResult, bool NoExcept, class... TArgs> |
| 58 | bool TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::IsValid() const noexcept |
| 59 | { |
| 60 | return Ptr_ != nullptr; |
| 61 | } |
| 62 | |
| 63 | template <class TResult, bool NoExcept, class... TArgs> |
| 64 | void TFunctionView<TResult(TArgs...) noexcept(NoExcept)>::Reset() noexcept |