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

Method push_back

src/indicators.hpp:2935–2940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2933 }
2934
2935 size_t push_back(Indicator &bar) {
2936 std::lock_guard<std::mutex> lock{mutex_};
2937 bar.multi_progress_mode_ = true;
2938 bars_.push_back(bar);
2939 return bars_.size() - 1;
2940 }
2941
2942 template <typename T, details::ProgressBarOption id>
2943 void set_option(details::Setting<T, id> &&setting) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected