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

Class is_setting_from_tuple

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

Source from the content-addressed store, hash-verified

1119template <> struct are_settings<> : std::true_type {};
1120
1121template <typename Setting, typename Tuple> struct is_setting_from_tuple;
1122
1123template <typename Setting> struct is_setting_from_tuple<Setting, std::tuple<>> : std::true_type {};
1124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected