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

Function get_value

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

Source from the content-addressed store, hash-verified

1177
1178template <ProgressBarOption Id, typename Settings>
1179auto get_value(Settings &&settings)
1180 -> decltype((std::get<option_idx<Id, typename std::decay<Settings>::type>::value>(
1181 std::declval<Settings &&>()))) {
1182 return std::get<option_idx<Id, typename std::decay<Settings>::type>::value>(
1183 std::forward<Settings>(settings));
1184}
1185
1186} // namespace details
1187

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected