MCPcopy Create free account
hub / github.com/NVlabs/nvbio / begin

Method begin

nvbio/basic/priority_queue.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 ///
135 NVBIO_FORCEINLINE NVBIO_HOST_DEVICE
136 const_iterator begin() const { return m_queue.size() ? m_queue.begin() + 1u : m_queue.end(); }
137
138 /// starting iterator
139 ///

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected