| 1131 | : if_else<conjuction<is_setting_from_tuple<Settings, Tuple>...>::value>::type {}; |
| 1132 | |
| 1133 | template <ProgressBarOption Id> struct always_true { static constexpr auto value = true; }; |
| 1134 | |
| 1135 | template <ProgressBarOption Id, typename Default> Default &&get_impl(Default &&def) { |
| 1136 | return std::forward<Default>(def); |
nothing calls this directly
no outgoing calls
no test coverage detected