Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ empty
Method
empty
include/boost/compute/container/vector.hpp:407–410 ·
view source on GitHub ↗
Returns \c true if the vector is empty.
Source
from the content-addressed store, hash-verified
405
406
/// Returns \c true if the vector is empty.
407
bool empty() const
408
{
409
return m_size == 0;
410
}
411
412
/// Returns the capacity of the vector.
413
size_type capacity() const
Callers
1
vector
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected