Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field_view::get_float

Retrieves the underlying value as a float (unchecked access).

Synopsis
constexpr float
get_float() const noexcept;
Preconditions

this->is_float() == true (if violated, results in undefined behavior).

Exception safety

No-throw guarantee.


PrevUpHomeNext