Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::as_date

Retrieves a reference to the underlying date value or throws an exception.

const date&
as_date() const;
  » more...

Retrieves a reference to the underlying date value or throws an exception.

date&
as_date();
  » more...

PrevUpHomeNext