Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
metadata::is_unsigned

Returns true if the column has no sign (is UNSIGNED).

Synopsis
bool
is_unsigned() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext