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

Method get_value

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

Source from the content-addressed store, hash-verified

2967
2968 template <details::ProgressBarOption id>
2969 auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) {
2970 return details::get_value<id>(settings_).value;
2971 }
2972
2973 template <details::ProgressBarOption id>
2974 auto get_value() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected