operator|

Vertical concatenation of 2 vectors (shortcut).

Namespace: dsp

Prototype

auto operator|(const Vector<T1> &a, const Vector<T2> &b)

Description

See also

vconcat()