MCPcopy Create free account
hub / github.com/NVIDIA/DALI / empty

Method empty

dali/util/thread_safe_queue.h:62–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 bool empty() const {
63 return queue_.empty();
64 }
65
66 typename std::queue<T>::size_type size() const {
67 return queue_.size();

Callers 5

TESTFunction · 0.45
popMethod · 0.45
ThreadSafeQueueClass · 0.45
ImageListFunction · 0.45
get_statsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36