| 2967 | |
| 2968 | template <details::ProgressBarOption id> |
| 2969 | auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) { |
| 2970 | return details::get_value<id>(settings_).value; |
| 2971 | } |
| 2972 | |
| 2973 | template <details::ProgressBarOption id> |
| 2974 | auto get_value() const |
nothing calls this directly
no outgoing calls
no test coverage detected