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

Method get_value

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

Source from the content-addressed store, hash-verified

3163
3164 template <details::ProgressBarOption id>
3165 auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) {
3166 return details::get_value<id>(settings_).value;
3167 }
3168
3169 template <details::ProgressBarOption id>
3170 auto get_value() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected