Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::is_datetime

Returns whether this field is holding a datetime value.

Synopsis
bool
is_datetime() const noexcept;
Exception safety

No-throw guarantee.


PrevUpHomeNext