MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / front

Method front

src/nvcv/util/StaticVector.hpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 }
395
396 reference front()
397 {
398 NVCV_ASSERT(m_size > 0);
399 return *this->begin();
400 }
401
402 const_reference front() const
403 {

Callers 1

TESTFunction · 0.80

Calls 1

beginMethod · 0.95

Tested by 1

TESTFunction · 0.64