| 3163 | |
| 3164 | template <details::ProgressBarOption id> |
| 3165 | auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) { |
| 3166 | return details::get_value<id>(settings_).value; |
| 3167 | } |
| 3168 | |
| 3169 | template <details::ProgressBarOption id> |
| 3170 | auto get_value() const |
nothing calls this directly
no outgoing calls
no test coverage detected