tables::column::append
1)
template <is_primitive_type P>
column<P> append(const P val) const
2)
template <is_primitive_type P>
column<P> append(const column<P>& col) const
-
Returns column with val appended to the end.
-
Returns column with column appended to the end.