| 2716 | private: |
| 2717 | template <details::ProgressBarOption id> |
| 2718 | auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) { |
| 2719 | return details::get_value<id>(settings_).value; |
| 2720 | } |
| 2721 | |
| 2722 | template <details::ProgressBarOption id> |
| 2723 | auto get_value() const |
nothing calls this directly
no outgoing calls
no test coverage detected