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

Method get_value

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

Source from the content-addressed store, hash-verified

2102private:
2103 template <details::ProgressBarOption id>
2104 auto get_value()
2105 -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) {
2106 return details::get_value<id>(settings_).value;
2107 }
2108
2109 template <details::ProgressBarOption id>
2110 auto get_value() const -> decltype(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected