Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ begin
Method
begin
include/boost/compute/container/vector.hpp:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
}
299
300
iterator begin()
301
{
302
return ::boost::compute::make_buffer_iterator<T>(m_data.get_buffer(), 0);
303
}
304
305
const_iterator begin() const
306
{
Callers
4
vector
Method · 0.45
vector
Class · 0.45
insert
Method · 0.45
erase
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected