Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.80
Calls
1
begin
Method · 0.95
Tested by
1
TEST
Function · 0.64