Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::get_float

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

const float&
get_float() const noexcept;
  » more...

float&
get_float() noexcept;
  » more...

PrevUpHomeNext