nxt.substitution

Lazy Substitution Algorithms.

Members

Functions

substitute
auto substitute(R r, Ss ss)

Substitute in parallel all elements in r which equal (according to pred) ss[2*n] with ss[2*n + 1] for n = 0, 1, 2, ....

substitute
auto substitute(R r, Ss ss)

Substitute in parallel all subsequences in r which equal (according to pred) ss[2*n] with ss[2*n + 1] for n = 0, 1, 2, ....

Templates

Stride
template Stride(size_t stride, size_t offset, Args...)
Undocumented in source.
substitute
template substitute(substs...)

Similar to among but for set of replacements/substitutions substs.

substitute
template substitute(ss...)

Substitute in parallel all elements in r which equal (according to pred) ss[2*n] with ss[2*n + 1] for n = 0, 1, 2, ....

See Also

Meta