Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field_view::is_blob

Returns whether this field_view points to a binary blob.

Synopsis
constexpr
bool
is_blob() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext