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

Method is_completed

src/indicators.hpp:2864–2866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2862
2863 template <size_t index>
2864 typename std::enable_if<(index >= 0 && index < count), bool>::type is_completed() const {
2865 return bars_[index].get().is_completed();
2866 }
2867
2868private:
2869 std::atomic<bool> started_{false};

Callers

nothing calls this directly

Calls 1

is_completedMethod · 0.45

Tested by

no test coverage detected