Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::is_double

Returns whether this field is holding a double value.

Synopsis
bool
is_double() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext