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

Class are_settings

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

Source from the content-addressed store, hash-verified

1115
1116template <typename... Args>
1117struct are_settings : if_else<conjuction<is_setting<Args>...>::value>::type {};
1118
1119template <> struct are_settings<> : std::true_type {};
1120

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected