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

Method DynamicProgress

src/indicators.hpp:2920–2927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2918
2919public:
2920 template <typename... Indicators> explicit DynamicProgress(Indicators &... bars) {
2921 bars_ = {bars...};
2922 for (auto &bar : bars_) {
2923 bar.get().multi_progress_mode_ = true;
2924 ++total_count_;
2925 ++incomplete_count_;
2926 }
2927 }
2928
2929 Indicator &operator[](size_t index) {
2930 print_progress();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected