MCPcopy Create free account
hub / github.com/boostorg/compute / set_old_value

Method set_old_value

include/boost/compute/algorithm/replace.hpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void set_old_value(const T &old_value)
44 {
45 add_set_arg<T>("old_value", old_value);
46 }
47
48 void set_new_value(const T &new_value)
49 {

Callers 1

replaceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected