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

Method get_value

src/indicators.hpp:2420–2422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2418private:
2419 template <details::ProgressBarOption id>
2420 auto get_value() -> decltype((details::get_value<id>(std::declval<Settings &>()).value)) {
2421 return details::get_value<id>(settings_).value;
2422 }
2423
2424 template <details::ProgressBarOption id>
2425 auto get_value() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected