MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / are_settings_from_tuple

Class are_settings_from_tuple

src/indicators.hpp:1130–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1128
1129template <typename Tuple, typename... Settings>
1130struct are_settings_from_tuple
1131 : if_else<conjuction<is_setting_from_tuple<Settings, Tuple>...>::value>::type {};
1132
1133template <ProgressBarOption Id> struct always_true { static constexpr auto value = true; };
1134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected