tables::column::cross
template<is_primitive_type P1>
std::pair<column<P>,column<P1>> cross(const column<P1>& other) const
Return all possible combinations of both columns.
template<is_primitive_type P1>
std::pair<column<P>,column<P1>> cross(const column<P1>& other) const
Return all possible combinations of both columns.