tables::column::all
template <is_valid_primitive P>
bool column<P>::all() const
If P is bool, returns true if all elements are true.
If P is std::string_view, return true if all elements are not empty.
If P is any other primitive type, returns true if all elements are non-zero.