Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ count
Method
count
include/boost/compute/container/flat_map.hpp:284–287 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
282
}
283
284
size_type count(const key_type &value, command_queue &queue) const
285
{
286
return find(value, queue) != end() ? 1 : 0;
287
}
288
289
size_type count(const key_type &value) const
290
{
Callers
15
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
BOOST_AUTO_TEST_CASE
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
4
find
Function · 0.85
count
Function · 0.85
default_queue
Method · 0.80
finish
Method · 0.45
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.36