MCPcopy Create free account
hub / github.com/colmap/colmap / Job

Method Job

src/colmap/util/threading.h:310–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 class Job {
309 public:
310 Job() : data_{}, valid_(false) {}
311 explicit Job(T data) : data_(std::move(data)), valid_(true) {}
312
313 // Check whether the data is valid.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected