| 530 | |
| 531 | template <class Src, class Dst> |
| 532 | inline Y_WARN_UNUSED_RESULT bool TryDoFromString(const Src& src, Dst* dst) noexcept { |
| 533 | return ::TryFromString(src, *dst); |
| 534 | } |
| 535 | |
| 536 | template <class T> |
| 537 | inline Y_WARN_UNUSED_RESULT bool TryDoFromString(const T& src, T* dst) noexcept { |
no test coverage detected