| 2418 | private: |
| 2419 | template <details::ProgressBarOption id> |
| 2420 | auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) { |
| 2421 | return details::get_value<id>(settings_).value; |
| 2422 | } |
| 2423 | |
| 2424 | template <details::ProgressBarOption id> |
| 2425 | auto get_value() const |
nothing calls this directly
no outgoing calls
no test coverage detected