Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::get_double

Retrieves a reference to the underlying double value (unchecked access).

const double&
get_double() const noexcept;
  » more...

double&
get_double() noexcept;
  » more...

PrevUpHomeNext