| 1128 | |
| 1129 | template <typename Tuple, typename... Settings> |
| 1130 | struct are_settings_from_tuple |
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected