| 2102 | private: |
| 2103 | template <details::ProgressBarOption id> |
| 2104 | auto get_value() |
| 2105 | -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) { |
| 2106 | return details::get_value<id>(settings_).value; |
| 2107 | } |
| 2108 | |
| 2109 | template <details::ProgressBarOption id> |
| 2110 | auto get_value() const -> decltype( |
nothing calls this directly
no outgoing calls
no test coverage detected