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

Method get_value

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

Source from the content-addressed store, hash-verified

2716private:
2717 template <details::ProgressBarOption id>
2718 auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) {
2719 return details::get_value<id>(settings_).value;
2720 }
2721
2722 template <details::ProgressBarOption id>
2723 auto get_value() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected