Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/compute
/ set_new_value
Method
set_new_value
include/boost/compute/algorithm/replace.hpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void set_new_value(const T &new_value)
49
{
50
add_set_arg<T>(
"new_value"
, new_value);
51
}
52
53
void exec(command_queue &queue)
54
{
Callers
1
replace
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected